Dynamic Group
Use case: Filter all Asia users for email comms
Dynamic group membership updates are expected to process for all groups within 24 hours. Learn more
Rules for the Dynamic Group
This will create a group with admin and requestor for the next step, which is disabling the Welcome email since the scope is huge for this group, and we don't want to spam everyone's inbox
Get the current setting for the group with the ExchangePowershell module
Now replace the user.displayName -in ["Snow Wang","Wenjian Khor"])
with user.displayName -NotIn ["People to exclude from the group"])
By default, all emails to this "Group Address" will end up in the Group inbox. We need to adjust the setting below to get the email forwarded to the group users.
If required, control who can send email to this DL via this setting on Exchange Admin
The below error will show if you do not have permission to send email to this group
Last updated