Friday, March 9, 2012

Get All Users Mailbox Size report in Exchange 2007

to Get all user mailbox size report in Exchange 2007 run following command:

Get-Mailbox | Get-MailboxStatistics | select-object DisplayName,{$_.TotalItemSize.Value.ToMB()} | Export-Csv C:\report.Csv

report will be saved in "C" drive as repor.

1 comment:

Jhon Drake said...
This comment has been removed by the author.

Count