Get-CrossCloudVerificationCode

Gets the verification code used to validate the ownership of the domain in another connected cloud. Important: Only applies to a verified domain.

Syntax

Get-CrossCloudVerificationCode
   -Name <String>
   [<CommonParameters>]

Examples

Example 1: Get the cross cloud verification code

PS C:\>Get-CrossCloudVerificationCode -Name Contoso.com

This command will return a string that can be used to enable cross cloud federation scenarios.

Parameters

-Name

Specifies the name of a domain.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Outputs

Microsoft.Online.Administration.GetCrossCloudVerificationCodeResponse