Skip to content
Spencer Varney edited this page Dec 9, 2016 · 2 revisions

Get-GShellDomain

SYNOPSIS

Retrieve one or all domains for which gShell has information saved.

SYNTAX

All (Default)

Get-GShellDomain [-WhatIf] [-Confirm]

One

Get-GShellDomain [[-Domain] <String>] [-WhatIf] [-Confirm]

Default

Get-GShellDomain [-Default] [-WhatIf] [-Confirm]

DESCRIPTION

Retrieve one or all domains for which gShell has information saved.

EXAMPLES

---------- EXAMPLE 1 ----------

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.

---------- EXAMPLE 2 ----------

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.

---------- EXAMPLE 3 ----------

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.

PARAMETERS

-Domain

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

-Default

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

INPUTS

OUTPUTS

NOTES

Part of the gShell Project, relating to the Google Drive API; see Related Links or use the -Online parameter.

RELATED LINKS

[Wiki page for this Cmdlet]

[Getting started with gShell]

Clone this wiki locally