July 2011
Intermediate to advanced
480 pages
11h 54m
English
Exchange 2010 is the first version of Exchange to implement the moderated transport feature. This allows you to require approval for all e-mail messages sent to a particular recipient by a designated moderator. In this recipe, you'll learn how to configure the moderation settings on recipients using the Exchange Management Shell.
Set-DistributionGroup cmdlet:Set-DistributionGroup -Identity Executives ` -ModerationEnabled $true ` -ModeratedBy administrator ` -SendModerationNotifications Internal
Set-Mailbox cmdlet:Set-Mailbox -Identity dave ` -ModerationEnabled ...
Read now
Unlock full access