New-GSDomain

SYNOPSIS

Adds a new Domain

SYNTAX

New-GSDomain [[-DomainName] <String>] [<CommonParameters>]

DESCRIPTION

Adds a new Domain

EXAMPLES

EXAMPLE 1

New-GSDDomain -DomainName 'testing.com'

Adds a new domain named 'testing.com'

PARAMETERS

-DomainName

Name of the domain to add.

Type: String
Parameter Sets: (All)
Aliases: Domain

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Google.Apis.Admin.Directory.directory_v1.Data.Domains

NOTES

Comments