How to create a dynamic distribution group in Microsoft 365?
In Microsoft 365, dynamic distribution group members are determined by recipient filters and conditions rather than a static list. These email groups are useful when membership needs to be dynamic and based on specific attributes or criteria. You can reconfigure the settings at any time based on your needs, and the dynamic distribution group will automatically update its membership based on recipient filters.
To create a dynamic distribution group in Exchange Online
- Navigate to the Groups page in the Exchange admin center.
- Click on the Add a group.
- Choose the group type as Dynamic distribution and provide a name & description for the group.
- Now, set owners for your group and configure the rules that will be used to add recipients to the group.
- Once configured, click Next to save the rule configurations.
- In the following page, enter an SMTP email address for the dynamic distribution group.
- Now, verify the configurations and click the Create group button to create a new dynamic distribution group.
Note: The maximum number of members allowed in a dynamic distribution group is 100,000 users.
The Exchange admin center provides a simplified interface for managing dynamic distribution groups, with a primary focus on "AND" conditions for recipient filters. To use "OR" operator you will need to utilize the PowerShell method.
To create a dynamic distribution group with PowerShell
- Connect to Exchange Online module using your administrative credentials.
Connect-ExchangeOnline
- Create a dynamic distribution group with ‘or’ operator.
New-DynamicDistributionGroup -Name <GroupName> -RecipientFilter {(Department -eq 'x') -or (Department -eq 'y')}
Note: You can configure various filters, such as department, state, country, or custom attributes in dynamic distribution groups.
Maintain efficient dynamic distribution group management with AdminDroid!
With AdminDroid’s dynamic distribution group changes report, admins can generate detailed reports on activities like group creations, deletions, membership changes, and owner updates, ensuring comprehensive oversight.
- Utilize AdminDroid's simple filter feature to set Performed Operation to 'New-DynamicDistributionGroup' and retrieve new dynamic distribution groups created recently.
That's it! With just a few clicks, you can access a detailed report on new dynamic distribution group creations, including creation time, the user who performed the action, along with recipient filter rules.