How to Resume Replication to a Standby Continuous Replication Target

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 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3

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:

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

    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.