Exchange 2007 Mailbox Quotas

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:WindowsSystem32>set-mailbox “brenda” -ProhibitSendReceiveQuota 5948MB
[PS] C:WindowsSystem32>set-mailbox “brenda” -ProhibitSendQuota 5948MB
[PS] C:WindowsSystem32>set-mailbox “brenda” -IssueWarningQuota 5148MB
[PS] C:WindowsSystem32>set-mailbox “brenda” -ProhibitSendReceive “UNLIMITED”
[PS] C:WindowsSystem32>get-mailbox “brenda”|format-list