Checking the size of the mailbox database is not easy in Exchange 2007. This is because of the fact that Get-MailboxDatabase doesn’t have the a databasesize attribute when used with the –Status switch.
Fortunately, things have changed in Get-MailboxDatabase command in Exchange 2010. In order to find the size of mailbox databases, run the following command
Get-MailboxDatabase –Status | fl name, databasesize
Good that the command has been improved in 2010 to give the functionality out of the box!





Drew Henning September 23, 2010 at 5:26 pm
Why select name if it is blank?
Rajith Jose Enchiparambil September 23, 2010 at 6:24 pm
Hi Drew,
Name isn't blank. I just erased it from the screenshot. Name will show your database name.
Thanks.
Ilya April 14, 2013 at 2:38 pm
Excellent! Simple and understandable!
Rajith Enchiparambil April 22, 2013 at 6:53 pm
Thanks Ilya