Use this CMDLET to dispay the mailbox/user size usage for each of your users on your Exchange 2007 server in an easy to read formatted list.
Get-MailboxStatistics -Server SERVERNAME | Sort-Object -Property TotalItemSize | Format-Table DisplayName,TotalItemSize
You can go one step further and display the list in decending format which will place the people using the most [...]
Continue reading " Display Exchange 2007 mailbox size usage "
















