-
Notifications
You must be signed in to change notification settings - Fork 10
Get GShellDomain
Retrieve one or all domains for which gShell has information saved.
Get-GShellDomain [-WhatIf] [-Confirm]
Get-GShellDomain [[-Domain] <String>] [-WhatIf] [-Confirm]
Get-GShellDomain [-Default] [-WhatIf] [-Confirm]
Retrieve one or all domains for which gShell has information saved.
PS C:\> Get-GShellDomain
Show all domains with information saved.
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-GShellDomain -Domain "example.com"
Retrieve the information for the domain example.com
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-GShellDomain -Default
Show the information for only the default domain. This is the domain used when you omit the -Domain parameter on most Cmdlets.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
The domain to retrieve saved information.
Type: String
Parameter Sets: One
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Retrieve only the default domain for gShell.
Type: SwitchParameter
Parameter Sets: Default
Aliases:
Required: False
Position: 0
Default value: False
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