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