-
Notifications
You must be signed in to change notification settings - Fork 10
Get GShellUser
Retrieve information on users for which gShell has saved (authentication) information.
Get-GShellUser [-WhatIf] [-Confirm]
Get-GShellUser [[-UserEmail] <String>] [-WhatIf] [-Confirm]
Get-GShellUser [-Default] [-WhatIf] [-Confirm]
Get-GShellUser [[-Domain] <String>] [-WhatIf] [-Confirm]
Retrieve information on users for which gShell has saved (authentication) information.
PS C:\> Get-GShellUser
Return all users that have saved information.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
PS C:\> Get-GShellUser -Default
Return only the default user (for the default domain).
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
PS C:\> Get-GShellUser -Domain "example.com"
Return users only for a particular domain.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
PS C:\> Get-GShellUser -UserEmail "[email protected]"
Return information for a specific user.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
The email address for a specific user account.
Type: String
Parameter Sets: One
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Return only the default user.
Type: SwitchParameter
Parameter Sets: Default
Aliases:
Required: False
Position: 0
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
A domain to return all users for.
Type: String
Parameter Sets: Domain
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Part of the gShell Project, relating to the Google Drive API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads