List users and size of mailbox in Exchange 2007 and 2010 with Powershell

Get-Mailbox | Get-MailboxStatistics | select-object DisplayName, {$_.TotalItemSize.Value.ToMB()}