How to Get quick health and status information for your mailbox database copies in powershell July 31, 2013 Hitechca Get-DatabaseAvailabilityGroup DAG1 | %{ $_.Servers | %{ Get-MailboxDatabaseCopyStatus -Server $_ } }