Friday , April 26 2024
Home - Don't Forget! - Checking Exchange 2010 Whitespace in EDB file

Checking Exchange 2010 Whitespace in EDB file

Exchange 2010 appears to have new command to allow the checking of free space within EDB file (whitespace). This can be checked with the following Exchange 2010 powershell command:

Get-MailboxDatabase mbx* -status | fl name, databasesize, availablenewmailboxspace

An example of command results:

Name : MBX1

DatabaseSize : 218.6 GB (234,757,357,568 bytes)

AvailableNewMailboxSpace : 63.58 GB (68,263,870,464 bytes)

Check Also

The pain of TLS 1.2 with PowerShell module for Azure Active Directory (MSOnline)

Building labs in a hurry sometimes can bite you with recent changes in Office 365 …

Leave a Reply

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