This Power Shell cmdlet will show all of the mailbox sizes and their quotas.  It will also let you know if the mailbox has exceeded it’s quota and disabled as a result.  It outputs the username, the total item size (sorted highest to lowest), and their storage limit status.
Get-MailboxStatistics -Server SERVERNAME | Sort-Object -Property TotalItemSize [...]

Continue reading " How to display mailbox size and quota in Exchange 2007 "