Saturday 29 June 2013

How to Set Mailbox Size Limits using Shell Command

Setting Mailbox Size limits using Shell commands is a quick steps which you can do that by using the below shell command
Set-Mailbox -Identity "Mailbox Name" -UseDatabaseQuotaDefaults $false -IssueWarningQuota 102400 -ProhibitSendQuota 104800 -ProhitSendReceiveQuota  204800
Values entered above as a limit is in KB

You can use this shell command in Exchange Server 2010/2013 and Office 365

No comments:

Post a Comment