Verify Replication of Changes to Central Management Store, Servers, and Services

 

Topic Last Modified: 2011-04-06

When you publish an empty topology, the changes are written to the Central Management store, but the changes must also replicate out to all the computers running Lync Server services and server roles. After you publish an empty topology, use Lync Server Management Shell to verify the replication status of the changes.

To verify replication status

  1. Log on to the computer where Lync Server Management Shell is installed as a member of the RTCUniversalServerAdmins group or a role-based access control role to which you have assigned the Get-CsManagementStoreReplicationStatus cmdlet.

  2. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.

  3. To use the Get-CsManagementStoreReplicationStatus cmdlet to display the replication status for all Lync Server computers, type:

    Get-CsManagementStoreReplicationStatus
    
  4. To use the Get-CsManagementStoreReplicationStatus cmdlet to display the replication status for the Central Management store, type:

    Get-CsManagementStoreReplicationStatus -CentralManagementStoreStatus
    

See Also

Other Resources

Get-CsManagementStoreReplicationStatus