Add-AzureADMSFeatureRolloutPolicyDirectoryObject
可讓系統管理員將群組新增至 Azure AD 中的雲端驗證推出原則。 此群組中的使用者將會在每個原則中開始向雲端進行驗證。
語法
Add-AzureADMSFeatureRolloutPolicyDirectoryObject
-Id <String>
-RefObjectId <String>
[<CommonParameters>]
Description
系統管理員會使用此 Cmdlet 將群組新增至雲端驗證推出原則。 這些群組中的用戶會開始針對每個原則的雲端進行驗證 (例如無縫單一 Sign-On,或是傳遞驗證是否) 。
範例
範例 1:將群組新增至 Azure AD 中的雲端驗證推出原則。
PS C:\> Add-AzureADMSFeatureRolloutPolicyDirectoryObject -Id "a03b6d9e-6654-46e6-8d0a-8ed83c675ca9" -RefObjectId "0a1068c0-dbb6-4537-9db3-b48f3e31dd76"
此命令會將群組新增至 Azure AD 中的雲端驗證推出原則。
參數
-Id
Azure AD 中雲端驗證推出原則的唯一標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-RefObjectId
將指派給 Azure AD 中雲端驗證推出原則之特定 Azure AD 物件的唯一標識符。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |