In versions before Exchange 2010 it was possible to find the free space within the Exchange databases by searching for event id 1221 in the event log.
But in Exchange that is gone – instead you can use this Powershell command:
Get-MailboxDatabase -Status | ft Name,AvailableNewMailboxSpace
/Joachim
Leave a Reply