How to View Database Configuration in a CCR Environment

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 Console or the Exchange Management Shell to view cluster continuous replication (CCR) settings for databases.

Before You Begin

To perform the following procedures, 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 Console to view configuration settings for a database

  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 database whose configuration you want to view.

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

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

  6. Click the Database tab to view the configuration information. Specifically, this action allows you to view the location of the database file. The work pane also provides a column with this information.

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

  • Run the following command to look at properties for the database "Mailbox Store" in storage group "SG1" on server "mbx01":

    Get-MailboxDatabase -Identity "mbx01\SG1\Mailbox Store" | Fl
    
  • Run the following command to view database "Public Folder Store" in storage group "SG2" on server "mbx01":

    Get-PublicFolderDatabase -Identity "mbx01\SG2\Public Folder Store" | Fl
    

This command returns information about the database in list format, including configuration information, such as database location information.

For More Information

For detailed syntax and parameter information about the cmdlets, see Get-MailboxDatabase and Get-PublicFolderDatabase.