Tuesday, February 22, 2011

Exchange 2007 Mailbox Sizes

Execute the command on EMS.

Get-MailboxStatistics | Sort-Object TotalItemSize –Descending | ft DisplayName,@{ expression={$_.TotalItemSize.Value.ToKB()}},ItemCount

You can use toMB or toGB

No comments:

Post a Comment

 
span.fullpost {display:inline;}