Topic Last Modified: 2011-04-06

Orbits are a part of the Call Park system in Microsoft Lync Server 2010. If you have Call Park and call orbits configured in your deployment, you must delete them before you remove the deployment.

To retrieve configured Call Park orbits

  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. In the Lync Server Management Shell, type: Get-CsCallParkOrbit

  4. Note down the value associated with Identity. The value in this property is used to identify the Call Park orbits in other cmdlets.

To remove Call Park orbits

  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. In the Lync Server Management Shell, type:

    Copy Code
    Remove-CsCallParkOrbit -Identity "Home Park Orbit"
    

    Where Identity is the value from the Get-CsCallParkOrbit cmdlet.

  4. Note down the value associated with Identity. The value in this property is used to identify the Call Park orbits in other cmdlets.

  5. To confirm that the Call Park orbit has been removed, type: Get-CsCallParkOrbit