Microsoft Exchange – Export Mailbox Sizes to Excel

Exchange 2013 1

Last updated on July 10th, 2023 at 07:27 pm

Read Time:36 Second

If you want to export an Exchange mailbox database list to Excel so that you can see how large users’ mailboxes are, you can do this using the Exchange Management Shell (EMS).

All you need to do is to login to your Exchange server with your mailbox database on, open up the Exchange Management Shell (EMS) and then run the following command:

Get-MailboxStatistics -Database "First Storage GroupMailbox Database" | Select DisplayName, ItemCount, TotalItemSize | Sort-Object TotalItemSize -Descending | Export-CSV C:MBSizes.csv

Press enter and this will export the data into a CSV file on the root of your Exchange Server.

Comments

If you have any questions or comments about this, please feel free to use our comments system below.

Click to rate this post!
[Total: 1 Average: 5]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.