-
Notifications
You must be signed in to change notification settings - Fork 10
GAUserAlias
Spencer Varney edited this page Jan 25, 2015
·
2 revisions
#GAUserAlias
The information returned from Get-GAUserAlias is pretty straightforward, and part of the underlying API. For one user, if you get one result only, you'll get an Alias object; if you get more than one you'll get a List of Alias objects.
However, if you get a list of All alias objects in the domain, you'll get a customized GAUserAliasObject. This is basically the same as the base object (which can be accessed in the BaseObject property) but it abstracts the object out to show only the primary UserName and the Alias. If you want just a list of the normal Alias objects, you can do so by including the --ReturnGoogleAPIObjects
switch parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads