In the Exchange management shell you can run the following command.
Get-mailbox | Get-Mailboxstatistics | select displayname,TotalItemSize,ItemCount, @{expression={$_.totalitemsize.value.ToMB()};label=”Size(MB)”} | Sort-Object TotalItemSize -Descending
Leave a Reply
You must be logged in to post a comment.