How to View Local Continuous Replication Configuration Settings

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 either the Exchange Management Console or the Exchange Management Shell to view local continuous replication (LCR) configuration settings for storage groups and databases.

Procedure

To use the Exchange Management Console to view LCR configuration settings for a storage group

  1. Open the Exchange Management Console.

  2. Expand Microsoft Exchange, expand Server Configuration, and then select Mailbox.

  3. In the result pane, select the Mailbox server containing the storage group whose LCR configuration you want to view.

  4. In the work pane, right-click the storage group you want to view and select Properties.

  5. Click the Local Continuous Replication tab to view the configuration information.

To use the Exchange Management Console to view LCR configuration settings for a database

  1. Open the Exchange Management Console.

  2. Expand Microsoft Exchange, expand Server Configuration, and then select Mailbox.

  3. In the result pane, select the Mailbox server that contains the database whose LCR configuration you want to view.

  4. In the work pane, expand the storage group that contains the database whose LCR configuration you want to view.

  5. Right-click the database you want to view, and then select Properties.

To use the Exchange Management Shell to view LCR configuration settings for a storage group

  • Run the following command:

    Get-StorageGroup -Identity <Server\StorageGroup> | Fl
    

    This command returns information about the storage group in list format, including LCR configuration information.

To use the Exchange Management Shell to view LCR configuration settings for a database

  • Run either of the following commands:

    Get-MailboxDatabase -Identity <Server\StorageGroup\Database> | Fl
    Get-PublicFolderDatabase -Identity <Server\StorageGroup\Database> | Fl
    

    These commands return information about the database in list format, including LCR configuration information.

For More Information

For detailed syntax and parameter information, see Get-StorageGroup, Get-MailboxDatabase, and Get-PublicFolderDatabase.