Exchange 2010: Verify database white space

Kristof Bolckmans/ March 25, 2015/ Microsoft Exchange, PowerShell/ 0 comments

Running the following command on an attached database will return only the available space in the root tree of the database:

Get-MailboxDatabase “databasename” | select Name, AvailableNewMailboxSpace

To properly check for white space, you need to dismount the database and use the ESEUTIL tool:

eseutil /ms .\databasename.edb

Share this Post

Leave a Comment

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

*
*

two × two =

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