How to View Failover Control Configuration

Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.

 

Applies to: Exchange Server 2007, Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3

This topic explains how to use the Exchange Management Shell to view cluster continuous replication (CCR) settings for controlling failover.

Before You Begin

To perform this procedure, the account you use must be delegated the Exchange Server Administrator role and local Administrators group for the target server. For more information about permissions, delegating roles, and the rights that are required to administer Microsoft Exchange Server 2007, see Permission Considerations.

Procedure

To use the Exchange Management Shell to view the current failover control settings

  1. Run the following command to obtain the failover control settings for a clustered mailbox server:

    Get-MailboxServer -Identity:<CMSName> | Format-List
    

    Note

    <CMSName> is the name of the clustered mailbox server.

  2. Run the following command to get the transport dumpster settings for the organization:

    Get-TransportConfig | Format-List
    

For More Information

For detailed syntax and parameter information about the cmdlets, see Get-MailboxServer and Get-TransportConfig.