List users and size of mailbox in Exchange 2007 and 2010 with Powershell 17/04/2012 / trasmuss Get-Mailbox | Get-MailboxStatistics | select-object DisplayName, {$_.TotalItemSize.Value.ToMB()}