To create a dynamic group containing all Azure AD Premium users:
- In a browser, visit Microsoft Entra (Azure Active Directory) at https://entra.microsoft.com/ and sign-in with a Global or User Administrator account.
- Expand Groups then click All groups. Click New group.
- In Group type ensure Security is selected. In Group name and Group description enter a suitable name and description for the group. For Azure AD roles can be assigned to the group, select No. In Membership type ensure Dynamic User is selected. Add an Owner to the group and then click Add dynamic query.
- Click Edit above the Rule syntax box.
- In the Edit rule syntax blade, under Rule syntax, enter the below statement then click OK.
user.assignedPlans -any (assignedPlan.servicePlanId -eq "41781fb2-bc02-4b7c-bd55-b576c07bb09d" -and assignedPlan.capabilityStatus -eq "Enabled")
- The rule syntax will be added. If you want to test the rule, click Validate Rules (Preview).
- Click Add Users and then select a mixture of users that do and do not have Azure AD licenses assigned to them. When a number of users have been added to the Selected users section of the Add users blade, click Select.
- The users you have selected will then be evaluated against the syntax and display whether they match.
- Click Save to complete editing the dynamic query.
- Back at the New Group page, click Create to save the dynamic user group.
Microsoft Entra may take a few minutes to populate the members of a newly created dynamic user group.
When a user has their Azure AD license (be it standalone or part of a subscription such as Microsoft Business Premium or Microsoft E3) added or removed, the user account will automatically be added or removed from this group.
Also see:
Manage rules for dynamic membership groups in Microsoft Entra ID
https://learn.microsoft.com/en-us/entra/identity/users/groups-dynamic-membership
Product names and service plan identifiers for licensing
https://learn.microsoft.com/en-us/entra/identity/users/licensing-service-plan-reference
Comments
0 comments
Please sign in to leave a comment.