Skip to content

Commit 8b3e062

Browse files
authored
Merge pull request #100439 from MicrosoftDocs/master
1/08 AM Publish
2 parents 380e3c8 + 080c9d1 commit 8b3e062

File tree

170 files changed

+3578
-556
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+3578
-556
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/active-directory/users-groups-roles/groups-update-rule.md",
5+
"redirect_url": "/articles/active-directory/users-groups-roles/groups-create-rule",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/sql-database/sql-database-feature-restrictions.md",
510
"redirect_url": "/azure/sql-database",
@@ -14503,7 +14508,7 @@
1450314508
},
1450414509
{
1450514510
"source_path": "articles/machine-learning/machine-learning-algorithm-cheat-sheet.md",
14506-
"redirect_url": "/azure/machine-learning/studio/algorithm-cheat-sheet",
14511+
"redirect_url": "/azure/machine-learning/algorithm-cheat-sheet",
1450714512
"redirect_document_id": false
1450814513
},
1450914514
{

articles/active-directory/manage-apps/plan-cloud-hr-provision.md

Lines changed: 154 additions & 154 deletions
Large diffs are not rendered by default.

articles/active-directory/users-groups-roles/TOC.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@
122122
items:
123123
- name: Create a dynamic group
124124
href: groups-create-rule.md
125-
- name: Update a membership rule
126-
href: groups-update-rule.md
127-
- name: Dynamic group rules & syntax
125+
- name: Dynamic group rule syntax
128126
href: groups-dynamic-membership.md
129127
- name: Change group membership type
130128
href: groups-change-type.md

articles/active-directory/users-groups-roles/groups-create-rule.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create a dynamic group and check status - Azure AD | Microsoft Docs
3-
description: How to create a group membership rule in the Azure portal, check status.
2+
title: Create or edit a dynamic group and get status - Azure AD | Microsoft Docs
3+
description: How to create or update a group membership rule in the Azure portal, and check its processing status.
44
services: active-directory
55
documentationcenter: ''
66
author: curtand
@@ -10,14 +10,14 @@ ms.service: active-directory
1010
ms.workload: identity
1111
ms.subservice: users-groups-roles
1212
ms.topic: article
13-
ms.date: 11/08/2019
13+
ms.date: 01/07/2020
1414
ms.author: curtand
1515
ms.reviewer: krbain
1616
ms.custom: it-pro
1717
ms.collection: M365-identity-device-management
1818
---
1919

20-
# Create a dynamic group and check status
20+
# Create or update a dynamic group in Azure Active Directory
2121

2222
In Azure Active Directory (Azure AD), you can use rules to determine group membership based on user or device properties. This article tells how to set up a rule for a dynamic group in the Azure portal.
2323
Dynamic membership is supported for security groups or Office 365 groups. When a group membership rule is applied, user and device attributes are evaluated for matches with the membership rule. When an attribute changes for a user or device, all dynamic group rules in the organization are processed for membership changes. Users and devices are added or removed if they meet the conditions for a group. Security groups can be used for either devices or users, but Office 365 groups can be only user groups.
@@ -36,7 +36,7 @@ Here are some examples of advanced rules or syntax for which we recommend that y
3636
> [!NOTE]
3737
> The rule builder might not be able to display some rules constructed in the text box. You might see a message when the rule builder is not able to display the rule. The rule builder doesn't change the supported syntax, validation, or processing of dynamic group rules in any way.
3838
39-
![Add membership rule for a dynamic group](./media/groups-update-rule/update-dynamic-group-rule.png)
39+
![Add membership rule for a dynamic group](./media/groups-create-rule/update-dynamic-group-rule.png)
4040

4141
For examples of syntax, supported properties, operators, and values for a membership rule, see [Dynamic membership rules for groups in Azure Active Directory](groups-dynamic-membership.md).
4242

@@ -60,6 +60,20 @@ For examples of syntax, supported properties, operators, and values for a member
6060

6161
If the rule you entered isn't valid, an explanation of why the rule couldn't be processed is displayed in an Azure notification in the portal. Read it carefully to understand how to fix the rule.
6262

63+
## To update an existing rule
64+
65+
1. Sign in to the [Azure AD admin center](https://aad.portal.azure.com) with an account that is in the Global administrator, Group administrator, Intune administrator, or User administrator role in the tenant.
66+
1. Select **Groups** > **All groups**.
67+
1. Select a group to open its profile.
68+
1. On the profile page for the group, select **Dynamic membership rules**. The rule builder supports up to five expressions. To add more than five expressions, you must use the text box.
69+
70+
![Add membership rule for a dynamic group](./media/groups-create-rule/update-dynamic-group-rule.png)
71+
72+
1. To see the custom extension properties available for your membership rule:
73+
1. Select **Get custom extension properties**
74+
1. Enter the application ID, and then select **Refresh properties**.
75+
1. After updating the rule, select **Save**.
76+
6377
## Turn on or off welcome email
6478

6579
When a new Office 365 group is created, a welcome email notification is sent the users who are added to the group. Later, if any attributes of a user or device change, all dynamic group rules in the organization are processed for membership changes. Users who are added then also receive the welcome notification. You can turn off this behavior in [Exchange PowerShell](https://docs.microsoft.com/powershell/module/exchange/users-and-groups/Set-UnifiedGroup?view=exchange-ps).

articles/active-directory/users-groups-roles/groups-dynamic-membership.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Here are some examples of advanced rules or syntax for which we recommend that y
4343
> [!NOTE]
4444
> The rule builder might not be able to display some rules constructed in the text box. You might see a message when the rule builder is not able to display the rule. The rule builder doesn't change the supported syntax, validation, or processing of dynamic group rules in any way.
4545
46-
For more step-by-step instructions, see [Update a dynamic group](groups-update-rule.md).
46+
For more step-by-step instructions, see [Create or update a dynamic group](groups-create-rule.md).
4747

48-
![Add membership rule for a dynamic group](./media/groups-update-rule/update-dynamic-group-rule.png)
48+
![Add membership rule for a dynamic group](./media/groups-dynamic-membership/update-dynamic-group-rule.png)
4949

5050
### Rule syntax for a single expression
5151

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

Lines changed: 4 additions & 6 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: 10/24/2019
14+
ms.date: 01/03/2020
1515
ms.author: curtand
1616
ms.reviewer: krbain
1717
ms.custom: it-pro
@@ -83,11 +83,9 @@ For more information on permissions to restore a deleted group, see [Restore a d
8383
- Save your settings when you're done by selecting **Save**.
8484

8585
> [!NOTE]
86-
> When you first set up expiration, any groups that are older than the expiration interval are set to 35 days until expiration unless the group is automatically renewed or the owner renews it.
87-
>
88-
> When a dynamic group is deleted and restored, it's seen as a new group and re-populated according to the rule. This process can take up to 24 hours.
89-
>
90-
> Expiration notices for groups used in Teams appear in the Teams Owners feed.
86+
> - When you first set up expiration, any groups that are older than the expiration interval are set to 35 days until expiration unless the group is automatically renewed or the owner renews it.
87+
> - When a dynamic group is deleted and restored, it's seen as a new group and re-populated according to the rule. This process can take up to 24 hours.
88+
> - Expiration notices for groups used in Teams appear in the Teams Owners feed.
9189
9290
## Email notifications
9391

articles/active-directory/users-groups-roles/groups-update-rule.md

Lines changed: 0 additions & 89 deletions
This file was deleted.
120 KB
Loading
87.9 KB
Loading

0 commit comments

Comments
 (0)