NickShertzer.com

Exchange 2007 Mailbox Quotas

by Nick on Jun.03, 2010, under Business

Received a “your mailbox is almost full” message sent by Exchange 2007. Please reduce your mailbox size. Delete any items you don’t need from your mailbox and empty your Deleted Items folder.

Mailbox quota was already set via Exchange Management Console, but had no effect on warnings issued. Also, mailbox was almost 3GB at the time and not the stated 1948MB out of 2048MB from the warning.

Fix was applied to Exchange 2007 via the Exchange Management Shell.

[PS] C:\Windows\System32>set-mailbox “brenda” -ProhibitSendReceiveQuota 5948MB
[PS] C:\Windows\System32>set-mailbox “brenda” -ProhibitSendQuota 5948MB
[PS] C:\Windows\System32>set-mailbox “brenda” -IssueWarningQuota 5148MB
[PS] C:\Windows\System32>set-mailbox “brenda” -ProhibitSendReceive “UNLIMITED”
[PS] C:\Windows\System32>get-mailbox “brenda”|format-list

:, ,

Leave a Reply

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!