July 2017
Intermediate to advanced
648 pages
31h 9m
English
Updating a recipient filter for an existing dynamic distribution group can be a bit tricky. This is because the recipient filters are automatically updated by Exchange to exclude certain types of resource and system mailboxes. Let's go through the process of creating a new dynamic distribution group, and then we'll modify the recipient filter after the fact so that you can understand how this process works.
First, we'll create a new dynamic distribution group for the Marketing department using a basic filter. Only users with email addresses that contain the word Marketing will be members of this group:
New-DynamicDistributionGroup -Name Marketing `
-RecipientContainer contoso.com/Marketing `
-RecipientFilter {
EmailAddresses ...Read now
Unlock full access