Avatar of Len Kally
Len Kally
Flag for United States of America

asked on 

Exchange 2010 - Mailbox Size

How can I get mailbox size for each user, largest to lowest?
I need to see the size of the users mailboxes.


I am using this powershell comamnd:
Get-mailbox - resultsize unlimited | Get-mailboxstatistics > C:\xyz.txt

This is the output:

DisplayName                  ItemCount       StorageLimitStatus                                       LastLogonTime
-----------                               ---------              ------------------                                                           -------------
Marjorie Smith                12093                 NoChecking                                         3/3/2015 8:39:04 PM
Administrator                      34                   NoChecking                                          9/3/2013 10:58:37 AM
George Smith                     1287                 NoChecking                                         3/31/2015 11:51:32 AM
Exchange

Avatar of undefined
Last Comment
Len Kally

8/22/2022 - Mon