Remove-AzureADMSFeatureRolloutPolicyDirectoryObject
允許系統管理員從 Azure AD 中的雲端驗證推出原則中移除群組。 此群組中的使用者會還原回使用全域原則進行驗證 (在大多數情況下,這會是同盟) 。
語法
Remove-AzureADMSFeatureRolloutPolicyDirectoryObject
-Id <String>
-ObjectId <String>
[<CommonParameters>]
Description
系統管理員會使用此 Cmdlet 從雲端驗證推出原則中移除群組。 這些群組中的使用者將會開始針對全域驗證原則進行驗證 (,例如同盟) 。
範例
範例 1:從 Azure AD 移除雲端驗證推出原則中的群組。
PS C:\> Remove-AzureADMSFeatureRolloutPolicyDirectoryObject -Id "a03b6d9e-6654-46e6-8d0a-8ed83c675ca9" -ObjectId "0a1068c0-dbb6-4537-9db3-b48f3e31dd76"
此命令會從 Azure AD 移除雲端驗證推出原則中的群組。
參數
-Id
Azure AD 中雲端驗證推出原則的唯一標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ObjectId
將指派給 Azure AD 中雲端驗證推出原則之特定 Azure AD 物件的唯一標識符。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |