Shutdown Exchange 2010 Servers

From KlavoWiki
Revision as of 01:44, 24 October 2011 by David (talk | contribs) (Created page with "To shutdown all the servers in a DAG so the databases do not failover to another DAG member. <pre> Get-MailboxDatabase -identity AP-Mailbox-DB* | Dismount-Database </pre> To mo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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