July 2017
Intermediate to advanced
648 pages
31h 9m
English
There is an exception to every rule, and, of course, there may be times when we need to bypass moderation for certain recipients. Let's say that we need to bypass specific users from moderation on the Executives distribution group. The group moderator or group owners are already exempt from moderation. To exclude others, we can specify a list of one or more recipients using the -BypassModerationFromSendersOrMembers parameter when running the Set-DistributionGroup cmdlet.
For example, to exclude a recipient named Bob from moderation on the Executives distribution group, run the following command:
Set-DistributionGroup -Identity Executives `
-BypassModerationFromSendersOrMembers bob@contoso.com
If you want the members of the ...
Read now
Unlock full access