hi all, i have increased the size of a users mailbox in exchange 2007 using ems and the command below
Set-Mailbox <username> -IssueWarningQuota 4000MB -ProhibitSendQuota 4500MB -ProhibitSendReceiveQuota 4500MB –UseDatabaseQuotaDefaults $false
but when i issue the following command it still says the storagelimitstatus = prohibitsend
get-mailboxstatistics -identity <username>
The user mailbox is 2GB but as the command above shows i have changed it so he has got plenty more space.
Why does it still say storagelimitstatus = prohibitsend
Thanks