New-AzureADMSFeatureRolloutPolicy
可讓系統管理員在 Azure AD 中建立雲端驗證推出的原則。
語法
New-AzureADMSFeatureRolloutPolicy
-Feature <FeatureEnum>
-DisplayName <String>
[-Description <String>]
-IsEnabled <Boolean>
[-IsAppliedToOrganization <Boolean>]
[-AppliesTo <System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.MsDirectoryObject]>]
[<CommonParameters>]
Description
此 Cmdlet 可讓系統管理員建立雲端驗證推出的原則, (使用者在 Azure AD 中從同盟移至雲端驗證) 。 原則管理員可以識別使用者是否會在 Azure AD (密碼哈希同步處理) 或 Active Directory 內部部署中,直接 (傳遞驗證) 來驗證使用者。
範例
範例 1:在 Azure AD 中建立雲端驗證推出的原則。
PS C:\> New-AzureADMSFeatureRolloutPolicy -Feature PassthroughAuthentication -DisplayName "Passthrough Authentication Rollout Policy" -IsEnabled $true
Feature : PassthroughAuthentication
Id : 7ca3e599-e8cc-4d31-9ed6-19dd4f88e833
DisplayName : Passthrough Authentication Rollout Policy
Description :
IsEnabled : True
IsAppliedToOrganization : False
AppliesTo :
此命令會在 Azure AD 中建立雲端驗證推出的原則。
參數
-AppliesTo
指定指派給功能的 Azure AD 物件清單。
類型: | List<T>[Microsoft.Open.MSGraph.Model.MsDirectoryObject] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Description
指定雲端驗證推出原則的描述。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DisplayName
指定雲端驗證推出原則的顯示名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Feature
指定指派給雲端驗證推出原則的功能。
目前,您可以指派 PassthroughAuthentication |無縫 |PasswordHashSync。
類型: | FeatureEnum |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-IsAppliedToOrganization
指定雲端驗證推出原則是否套用至整個組織。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-IsEnabled
指定雲端驗證推出原則的狀態。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
輸出
Microsoft.Online.Administration.MsFeatureRolloutPolicy