Using Powershell to get Microsoft Exchange Object Counts

In case you might need to get an object count for your Microsoft Exchange environment, run this Powershell command, which will export the details to a CSV file (located in C:\).

Get-MailboxStatistics –Server Exchange-Server-Name | Export-CSV C:\Exchange_ObjCount.csv

Leave a Reply

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

Scroll to Top