Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-09-12

This topic explains how to use the Exchange Management Console or the Exchange Management Shell to view configuration settings for storage groups in a cluster continuous replication (CCR) environment. For information about how to get the status and details for continuous replication for storage groups in a CCR environment, see How to View the Status of a Storage Group in a CCR Environment.

Before You Begin

To perform the following procedures, the account you use must be delegated the Exchange Organization Administrator role. 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 Console to view configuration settings for a storage group

  1. Start 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 storage group whose configuration you want to view.

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

    Important:
    The production and copy paths must be the same.

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

  • To display configuration information for server mbx01, storage group SG1, run the following command:

    Copy Code
    Get-StorageGroup -Identity mbx01\SG1 | fl
    
  • To display the information for all storage groups on server mbx01, run the following command:

    Copy Code
    Get-StorageGroup -Server mbx01 | fl
    

This command returns information about the storage group in list format, including configuration information like the log path location.

For More Information

For detailed syntax and parameter information about the cmdlet, see Get-StorageGroup.