Shutdown Exchange 2010 Servers

From KlavoWiki
Jump to navigationJump to search

To shutdown all the servers in a DAG so the databases do not failover to another DAG member.

Get-MailboxDatabase -identity AP-Mailbox-DB* | Dismount-Database

To mount the databses after the servers have restarted.

Get-MailboxDatabase -identity AP-Mailbox-DB* | Mount-Database