Skip to content

Commit b70c718

Browse files
committed
updates
1 parent 30e99ba commit b70c718

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/b2b/use-dynamic-groups.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ The appropriate [Azure AD Premium P1 or P2 licensing](https://azure.microsoft.co
2626
## Creating an "all users" dynamic group
2727
You can create a group containing all users within a tenant using a membership rule. When users are added or removed from the tenant in the future, the group's membership is adjusted automatically.
2828

29-
1. Sign in to the [Azure portal](https://portal.azure.com) with an account that is in the Global administrator or User administrator role in the tenant.
29+
1. Sign in to the [Azure portal](https://portal.azure.com) with an account that is assigned the Global administrator or User administrator role in the tenant.
3030
1. Select **Azure Active Directory**.
31-
2. Under **Manage**, select **Groups**.
32-
3. Select **New group**.
33-
1. On the **New Group** page, enter a name and description for the new group. Under **Membership type**, select **Dynamic User**. Then select **Add dynamic query**.
34-
1. Above the **Rule syntax** text box, select **Edit**. On the **Edit rule syntax** page, type the following rule in the text box:
31+
2. Under **Manage**, select **Groups**, and then select **New group**.
32+
1. On the **New Group** page, under **Group type**, select **Security**. Enter a **Group name** and **Group description** for the new group.
33+
2. Under **Membership type**, select **Dynamic User**, and then select **Add dynamic query**.
34+
4. Above the **Rule syntax** text box, select **Edit**. On the **Edit rule syntax** page, type the following expression in the text box:
3535

3636
```
3737
user.objectId -ne null

0 commit comments

Comments
 (0)