Thursday 27 June 2013

How to check the Mailbox Database Copy status using Shell Command

Below shell command will help you to find the Mailbox Database Copy Status in Exchange Server 2010 and Exchange Server 2013

To check the Mailbox Database Copy status
Get-MailboxDatabaseCopyStatus -Server "Active Server Name"
Status shows all the Database are mounted, which indicates that this server holds the active copy and the passive copy will be in healthy status as shown below
Get-MailboxDatabaseCopyStatus -Server "Passive Server Name"
Above Status shows Healthy which indicate all the Passive Copies are in healthy status.

No comments:

Post a Comment