Share via


Exchange: How To Check Exchange Database Size with PowerShell

As an Exchange Admin, you might need to provide information regarding the database size of all the databases in Exchange.

The PowerShell command is quite simple and we make use of the -Status attribute. To check the size you can run the following command in the Exchange Management Shell:

Get-MailboxDatabase -Status | select ServerName,Name,DatabaseSize

https://collaborationpro.com/wp-content/uploads/2015/04/databasesize-300x193.png