Skip to content

Commit c77af3e

Browse files
authored
Merge pull request #107603 from curtand/yammer0313
[Azure AD groups] remove yammer from expiration
2 parents 330a868 + 80aa249 commit c77af3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/users-groups-roles/groups-lifecycle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: active-directory
1111
ms.workload: identity
1212
ms.subservice: users-groups-roles
1313
ms.topic: article
14-
ms.date: 01/03/2020
14+
ms.date: 03/13/2020
1515
ms.author: curtand
1616
ms.reviewer: krbain
1717
ms.custom: it-pro
@@ -39,7 +39,7 @@ For information on how to download and install the Azure AD PowerShell cmdlets,
3939

4040
## Activity-based automatic renewal
4141

42-
With Azure AD intelligence, groups are now automatically renewed based on whether they have been recently used. This feature eliminates the need for manual action by group owners, because it's based on user activity in groups across Office 365 services like Outlook, SharePoint, Teams, or Yammer. For example, if an owner or a group member does something like upload a document in SharePoint, visit a Teams channel, or send an email to the group in Outlook, the group is automatically renewed and the owner does not get any renewal notifications.
42+
With Azure AD intelligence, groups are now automatically renewed based on whether they have been recently used. This feature eliminates the need for manual action by group owners, because it's based on user activity in groups across Office 365 services like Outlook, SharePoint, or Teams. For example, if an owner or a group member does something like upload a document in SharePoint, visit a Teams channel, or send an email to the group in Outlook, the group is automatically renewed and the owner does not get any renewal notifications.
4343

4444
### Activities that automatically renew group expiration
4545

@@ -132,7 +132,7 @@ Here are examples of how you can use PowerShell cmdlets to configure the expirat
132132
```
133133

134134
1. Configure the expiration settings
135-
Use the New-AzureADMSGroupLifecyclePolicy cmdlet to set the lifetime for all Office 365 groups in the Azure AD organization to 365 days. Renewal notifications for Office 365 groups without owners will be sent to [email protected]
135+
Use the New-AzureADMSGroupLifecyclePolicy cmdlet to set the lifetime for all Office 365 groups in the Azure AD organization to 365 days. Renewal notifications for Office 365 groups without owners will be sent to '[email protected]'
136136

137137
``` PowerShell
138138
New-AzureADMSGroupLifecyclePolicy -GroupLifetimeInDays 365 -ManagedGroupTypes All -AlternateNotificationEmails [email protected]
@@ -143,7 +143,7 @@ Here are examples of how you can use PowerShell cmdlets to configure the expirat
143143

144144
- The policy ID
145145
- The lifetime for all Office 365 groups in the Azure AD organization is set to 365 days
146-
- Renewal notifications for Office 365 groups without owners will be sent to [email protected].
146+
- Renewal notifications for Office 365 groups without owners will be sent to '[email protected].'
147147

148148
```powershell
149149
Get-AzureADMSGroupLifecyclePolicy

0 commit comments

Comments
 (0)