SCRT-HQ/PSGSuite

Get-GSUser command does not retrieve Full Name, First Name, and Last Name

iamthetran opened this issue · 1 comments

I was wondering if this command could be updated to retrieve a users Full Name, First Name, and Last Name. GAM and GAMADV currently pulls this information and allows me to cross reference Active Directory to check if names are correct in GSUITE and update as needed. With PSGSuite, I am only able to update a user's Name with the Update-GSUser. Why can't all the options in the Update-GSUser command be available for the Get-GSUser command?

Full Name, First Name, and Family Name properties are stored in a nested object under the "name" property of the object returned by the Get-GSuser command.

$obj.name