Powershell Commands
From GWAVA Technologies Training
Useful Powershell commands
A quick overview of users and how many items they have in their mailbox
Get-Mailbox | Get-MailboxStatistics
For more detail add "| FL" but it would be best to pipe to a file
Get-Mailbox | Get-MailboxStatistics | FL > c:\stats.txt