39 строки
1.2 KiB
YAML
39 строки
1.2 KiB
YAML
### YamlMime:PowershellCmdlet
|
|
summary: |-
|
|
Gets the verification code used to validate the ownership of the domain in another connected cloud.
|
|
Important: Only applies to a verified domain.
|
|
module: AzureAD
|
|
notes: ""
|
|
outputs:
|
|
- name: <xref href="Microsoft.Online.Administration.GetCrossCloudVerificationCodeResponse" data-throw-if-not-resolved="False" />
|
|
description: ""
|
|
syntaxes:
|
|
- Get-CrossCloudVerificationCode -Name <String> [<CommonParameters>]
|
|
examples:
|
|
- title: 'Example 1: Get the cross cloud verification code'
|
|
code: |-
|
|
PS C:\>Get-CrossCloudVerificationCode -Name Contoso.com
|
|
description: |-
|
|
This command will return a string that can be used to enable cross cloud federation scenarios.
|
|
summary: ""
|
|
parameters:
|
|
- type: <xref href="String" data-throw-if-not-resolved="False" />
|
|
name: Name
|
|
isRequired: true
|
|
description: |+
|
|
Specifies the name of a domain.
|
|
|
|
defaultValue: None
|
|
pipelineInput: true
|
|
position: Named
|
|
aliases: ""
|
|
parameterValueGroup: ""
|
|
uid: AzureAD.Get-CrossCloudVerificationCode
|
|
name: Get-CrossCloudVerificationCode
|
|
description: ""
|
|
metadata:
|
|
external help file: Microsoft.Open.AzureAD16.Graph.PowerShell.dll-Help.xml
|
|
Module Name: AzureAD
|
|
online version: ""
|
|
schema: 2.0.0
|