Remove-AzureADMSGroupLifecyclePolicy
Deletes a groupLifecyclePolicies object
Syntax
Remove-AzureADMSGroupLifecyclePolicy
-Id <String>
[<CommonParameters>]
Description
The Remove-AzureADMSGroupLifecyclePolicy command deletes a groupLifecyclePolicies object in Azure Active Directory.
Examples
Example 1
PS C:\> Remove-AzureADMSGroupLifecyclePolicy -Id "13bed58e-6144-41e5-abbd-47c95964e671"
This cmdlet deletes the groupLifecyclePolicies object that has the specified ID.
Parameters
-Id
Specifies the ID of the groupLifecyclePolicies object that this cmdlet removes.
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-AzureADMSGroupLifecyclePolicy to the Microsoft Graph PowerShell.