Set-AzureADMSGroupLifecyclePolicy
Updates a specific group Lifecycle Policy in Azure Active Directory
Syntax
Set-AzureADMSGroupLifecyclePolicy
-Id <String>
[-GroupLifetimeInDays <Int32>]
[-ManagedGroupTypes <String>]
[-AlternateNotificationEmails <String>]
[<CommonParameters>]
Description
The Set-AzureADMSGroupLifecyclePolicy command updates a specific group Lifecycle Policy in Azure Active Directory
Examples
Example 1
PS C:\> Set-AzureADMSGroupLifecyclePolicy -Id "b4c908b0-3595-4add-91b4-c5400b31b57b" -GroupLifetimeInDays 200 -AlternateNotificationEmails "admingroup@contoso.com"
This command updates the specified groupLifecyclePolicy in Azure Active Directory
Parameters
-AlternateNotificationEmails
Notification emails for groups that have no owners will be sent to these email addresses. List of email addresses separated by a ";".
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-GroupLifetimeInDays
The number of days a group can exist before it needs to be renewed
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Id
Specifies the ID of a groupLifecyclePolicies object in Azure Active Directory
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ManagedGroupTypes
Allows the admin to select which office 365 groups the policy will apply to. "None" will create the policy in a disabled state. "All" will apply the policy to every Office 365 group in the tenant. "Selected" will allow the admin to choose specific Office 365 groups that the policy will apply to.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Notes
See the migration guide for Set-AzureADMSGroupLifecyclePolicy to the Microsoft Graph PowerShell.