-
http://smtpport25.wordpress.com/2009/03/31/setting-mailbox-quota-limits-in-exchange-2007-throught-powershell/ Command to set MailBox Quota limits on all the stores in Exchange 2007 environment. Get-Mailboxdatabase | Set-mailboxdatabase -ProhibitSendReceiveQuota 2GB -ProhibitSendQuota 1GB -IssueWarningQuota...
-
For various reason we increase the mailbox of the user or reduce from the default size which is applied throught mailbox store policy. If you want to get the list of users who is not set to default Quota limits. Below command helps you to get the same Get-Mailbox -ResultSize unlimited |Where{($_.UseDatabaseQuotaDefaults...
-
Powershell to get the list of mailbox whos Maxed Quota limits You may need to get the list of users who mailbox has reached the Quota limits. This information may help you to understand for capacity planning and understanding the datagrowth of the mailbox Below poweshell helps you the list of mailbox...
Posted to
Exchange
(Forum)
by
Krishna
on
06-30-2009
Filed under: Mailbox Quota, warning, prohibitsend, Maxed out, issuewarning