A Dynamic Group in Microsoft 365 is an Azure Active Directory (Azure AD) group where membership is automatically managed based on predefined rules. Instead of manually adding or removing members, the system dynamically updates group membership as users or devices meet (or no longer meet) the criteria.
Dynamic groups rely on membership rules defined by administrators. These rules use attributes (such as department, job title, or location) to include or exclude users or devices.
Example Rule:
Include all users in the “Sales” department:
(user.department -eq "Sales")
Dynamic groups can be created in the Azure AD Admin Center or with PowerShell:
New-AzureADMSGroup -DisplayName "Sales Team" -GroupTypes "DynamicMembership" -MembershipRule "(user.department -eq 'Sales')" -MembershipRuleProcessingState "On"
Dynamic groups streamline access management, ensuring the right people and devices have access to the right resources—automatically.
Explore More
Manage Your Tenant Using Our Free Admin Tools
If you do not have the technical expertise to use Graph PowerShell, then you can use our free Microsoft 365 admin tools to manage your tenant.
Did You Know? Managing Microsoft 365 applications is even easier with automation. Try our Graph PowerShell scripts to automate tasks like generating reports, cleaning up inactive Teams, or assigning licenses efficiently.
Ready to get the most out of Microsoft 365 tools? Explore our free Microsoft 365 administration tools to simplify your administrative tasks and boost productivity.
© Your Site Name. All Rights Reserved. Design by HTML Codex