July 2017
Intermediate to advanced
648 pages
31h 9m
English
All Exchange recipients provide some type of mail flow settings that can be applied on an individual basis. In the previous example, we applied limits on a mailbox, but you also have the option of applying the MaxReceiveSize property on distribution groups and contacts. You may want to implement individual mail flow limits on a subset of recipients, and to do this in bulk, we can take advantage of PowerShell's flexible pipelining capabilities.
For example, let's say that we'd like to configure the mail flow limits shown in the previous example for all the mailbox-enabled users in the Marketing OU. The following command would take care of this:
Get-Mailbox -ResultSize Unlimited `
-OrganizationalUnit contoso.com/Marketing | ...Read now
Unlock full access