Sunday 30 June 2013

How to restrict the Recipient Limits for a Mailbox using Shell Command

To restrict the recipient limits per mailbox use the below shell command
Set-Mailbox -Identity "Mailbox Name" -RecipientLimits 10
Before setting the limit, you can check the existing configuration using
Get-Mailbox -Identity "Mailbox Name" | FL Name, RecipientLimits

No comments:

Post a Comment