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.

Comments

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

Popular posts from this blog

DSA.MSC in Windows 7

Exchange 2007 Management Tools On a 32-Bit Operating System

Exchange 2007 SSL Certificate