Quick Exchange Database Checksquick exchange database checks Posted May 7, 2012 Updated Apr 2, 2025 By J Bilinski 1 min readCheck DB Size and free spaceGet-MailboxDatabase -Status | Format-Table -Property ServerName, Na*, DatabaseSize, Avail* -AutoSize Quick mailbox reportGet-MailboxStatistics -Database $x.db | Where-Object -FilterScript {$_.objectclass -notlike '*DbSystem*'}| Sort-Object -Descending -Property ItemCount| Format-Table -Property DisplayName, TotalItemSize, ItemCount, TotalDeletedItemSize, DeletedItemCount -AutoSize powershell, script, interactive, reference exchange database This post is licensed under CC BY 4.0 by the author. Share