Remove-AzureADMSLifecyclePolicyGroup
Removes a group from a lifecycle policy
Syntax
Remove-AzureADMSLifecyclePolicyGroup
-Id <String>
-GroupId <String>
[<CommonParameters>]
Description
The Remove-AzureADMSLifecyclePolicyGroup cmdlet removes a group from a lifecycle policy in Azure Active Directory
Examples
Example 1
PS C:\> Remove-AzureADMSLifecyclePolicyGroup -Id b4c908b0-3595-4add-91b4-c5400b31b57b -groupId cffd97bd-6b91-4c4e-b553-6918a320211c
This command removes a group from a lifecycle policy in Azure Active Directory
Parameters
-GroupId
Specifies the ID of a group in Azure Active Directory.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Id
Specifies the ID of the lifecycle policy object in Azure Active Directory.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Outputs
Notes
See the migration guide for Remove-AzureADMSLifecyclePolicyGroup to the Microsoft Graph PowerShell.