Exchange 2007 mailbox sizes

Quick powershell cmd for listing all mailboxes with sizes, in MB (copy and paste at ps cmd line)

Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | ft Disp
layName,@{label="TotalItemSize(MB)";expression={$_.TotalItemSize.Value.ToMB()}},
ItemCount
Bookmark and Share

Leave a Reply

Your email address will not be published. Required fields are marked *

*


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>