Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2006-07-24

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:

    Copy Code
    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:

    Copy Code
    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.