The Exchange 2007 Wiki

Mailboxes Over Quota

Description
This script returns the names of the mailboxes that are over their quota limits.
One-Liner
get-MailboxStatistics | where {"IssueWarning","ProhibitSend","MailboxDisabled" -contains $_.StorageLimitStatus} | format-Table DisplayName,TotalItemSize

Disclaimer: The sample scripts are meant to serve as examples and may need modifications before they will work in your environment. The authors of the script are not responsible for any negative outcome that may result from using them. 

Comments

From JeffSalinas - 2/3/09 8:27 AM

Thanks for the script!

 As a more advanced way I can recommend using message stats - part of scriptlogic's exchange management solution that provides a wide range of exchange analysis reports on usage statistics, email and mailbox quotas, message sizes, public folders, contacts and distribution lists.

 http://www.questmessagestats.com 

Site

Changes
Index
Search

 

User

 

Log In
Register

 
 

Last Modified 9/22/07 8:31 PM