Get-AzureADMSLifecyclePolicyGroup
Retrieves the lifecycle policy object to which a group belongs.
Syntax
Default (Default)
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
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
String
Outputs
Object
Notes
See the migration guide for Get-AzureADMSLifecyclePolicyGroup to the Microsoft Graph PowerShell.