Topic Last Modified: 2011-04-06

If you have configured Lync Server Response Group service and are currently using it, you need to remove the Response Group contact objects before you remove the pool or server that hosts the Lync Server Response Group service.

To remove the Response Group service contact objects

  1. Log on to the computer where Lync Server Management Shell is installed as a member of the Domain Admins group or the RTCUniversalServerAdmins group.

  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. Type:

    Copy Code
    Get-CsRgsWorkflow -Identity:Service:ApplicationServer:<LyncServerPoolFqdn> | Remove-CsRgsWorkflow
    

    Where <LyncServerPoolFqdn> is the Lync Server 2010 pool or server that you want to run the command on.