Looking for a basic Mailbox Statistics Report for Exchange Server 2010 and Exchange Server 2013?
Below is the shell command that you can use to get the Mailbox Statistics Report
Get-Mailbox -ResultSize unlimited | Get-MailboxStatistics | Select Displayname, ServerName, DatabaseName,TotalItemsize,IsArchivedMailbox, StorageLimitStatus, MailboxGuid, LastloggedOnUserAccount, LastLOgonTime |Export-csv C:\temp\MailboxStats.csvUsing the above shell command will allow you to export the Mailbox Statistics details as a CSV file and the Output will looks as shown below
This comment has been removed by the author.
ReplyDelete