Get-AzureADMSLifecyclePolicyGroup
Retrieves the lifecycle policy object to which a group belongs.
Syntax
Get-AzureADMSLifecyclePolicyGroup
-Id <String>
[<CommonParameters>]
Description
The Get-AzureADMSLifecyclePolicyGroup retrieves the lifecycle policy object to which a group belongs.
Examples
Example 1
PS C:\> Get-AzureADMSLifecyclePolicyGroup -Id cffd97bd-6b91-4c4e-b553-6918a320211c
This command retrieves the lifecycle policy object to which a group belongs.
Parameters
-Id
Specifies the ID of a group 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 Get-AzureADMSLifecyclePolicyGroup to the Microsoft Graph PowerShell.