Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1
Topic Last Modified: 2007-08-20

This topic explains how to use the Exchange Management Shell to resume replication to a standby continuous replication (SCR) target.

Before You Begin

To perform this procedure, the account you use must be delegated the Exchange Server 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 Shell to resume replication to an SCR target

  1. Run the following command to resume replication:

    Copy Code
    Resume-StorageGroupCopy -Identity <Server\StorageGroup> -StandbyMachine <NameOfSCRTarget>
    
  2. Run the following command to verify that replication is restarted:

    Copy Code
    Get-StorageGroupCopyStatus -Identity:<Server\StorageGroup> -StandbyMachine <NameOfSCRTarget> | fl
    

For More Information

For detailed syntax and parameter information about the cmdlets, see Suspend-StorageGroupCopy and Resume-StorageGroupCopy. For more information about managing an SCR environment, see Managing Standby Continuous Replication.