Q. How can I find the number of mailboxes per database on a server?

John Savill

September 13, 2008

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. The following command will display the number of mailboxes per database on the specified server:
Get-Mailbox -server | Group-Object -Property:Database | Select-Object Name,Count

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like