共用方式為


New-MsolDomain

將網域新增至 Azure Active Directory。

語法

New-MsolDomain
   [-Name <String>]
   [-Authentication <DomainAuthenticationType>]
   [-VerificationMethod <DomainVerificationMethod>]
   [-TenantId <Guid>]
   [<CommonParameters>]

Description

New-MsolDomain Cmdlet 會將網域新增至 Azure Active Directory。 此 Cmdlet 可以建立具有受控或同盟身分識別的網域。 若要確保正確設定,請使用適用於同盟網域的 New-MsolFederatedDomain Cmdlet。

範例

範例 1:建立網域

PS C:\> New-MsolDomain -Name "contoso.com"

此命令會建立名為 contoso.com 的網域。 您必須先驗證網域,才能使用網域。

參數

-Authentication

指定網域的驗證類型。 有效值為:Managed 和同盟。 在此網域中建立的所有使用者都有此驗證類型。

類型:DomainAuthenticationType
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-Name

指定網域的完整功能變數名稱。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-TenantId

指定要在其中執行作業之租使用者的唯一標識符。 預設值為目前使用者的租使用者。 此參數僅適用於合作夥伴使用者。

類型:Guid
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-VerificationMethod

指定網域的驗證方法。

類型:DomainVerificationMethod
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

輸出

Microsoft.Online.Administration.Domain

此 Cmdlet 會傳回新網域的詳細數據。