Exchange 2010: List Database Size in Exchange Management Shell


Get-MailboxDatabase cmdlet comes in handy to check all mailbox database size quickly. Help for this cmdlet is available here: http://technet.microsoft.com/en-us/library/bb124924.aspx

Here is the command and run it in Exchange Management Shell.

Get-MailboxDatabase -Status | select ServerName,Name,DatabaseSize

I am trying to write a script to gather database size every week and save it in one CSV file. I would like to see how my database are growing; take actions accordingly. Let me know if anyone interested in my script.

One thought on “Exchange 2010: List Database Size in Exchange Management Shell

  1. Hello,

    Good Post, I’m very insterested your script, may I send the script to me by email.
    Thanks you for your kindly help.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s