Remove-AzureADMSLifecyclePolicyGroup
從生命周期原則中移除群組
語法
Remove-AzureADMSLifecyclePolicyGroup
-Id <String>
-GroupId <String>
[<CommonParameters>]
Description
Remove-AzureADMSLifecyclePolicyGroup Cmdlet 會從 Azure Active Directory 中的生命周期原則中移除群組
範例
範例 1
PS C:\> Remove-AzureADMSLifecyclePolicyGroup -Id b4c908b0-3595-4add-91b4-c5400b31b57b -groupId cffd97bd-6b91-4c4e-b553-6918a320211c
此命令會從 Azure Active Directory 中的生命週期原則中移除群組
參數
-GroupId
指定 Azure Active Directory 中群組的標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Id
指定 Azure Active Directory 中生命周期原則對象的標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |