Exchange server Mailboxes size report 2010 2013 2016

Exchange Server Mailboxes size report 2010 2013 2016

 

Create a C:\Temp1 directory.

Obtain Mailbox Database name from the Microsoft Exchange Console that would look like “Mailbox Database XXXXXXXXXXX”

Using Exchange PowerShell (Run as Admin) , type the following:

Get-MailboxStatistics -Database   “Mailbox Database XXXXXXXXXXX”  | Select DisplayName, ItemCount, TotalItemSize | Sort-Object TotalItemSize -Descending | Export-CSV C:\temp1\mailBox-Size.csv

 

That will generate a csv report saved in C:\Temp1.

If you find this article helpful, please click to like our facebook page below so we can keep on adding quality hands-on articles.