Available Mailbox Space for Exchange Server 2010 & 2013

The most difficult duty for Exchange Administrators is determining the available space in the environment for Mailbox Databases to separate and manage Mailboxes appropriately.

The following commands will assist the Mailbox Database and other databases on the server in determining the amount of available free space.

Regarding MailboxDatabase:

Get-MailboxDatabase -ID “EX01-DB01” -Status | Select-Object Server,Name,Available

NewMailboxSpace

Output:

DB Stats

If you want to find out the names of all the Mailbox Databases on the server, use the following command.

Select-Object ServerName,Name,Available | Get-MailboxDatabase -Status

NewMailboxSpace

Output:

DBStats1

Leave a Reply

Your email address will not be published. Required fields are marked *




Enter Captcha Here :