Topic Last Modified: 2013-01-30

Use the following procedure to delete a Group Call Pickup number range.

To delete a call pickup group number range

  1. Log on to the computer where Lync Server Management Shell is installed as a member of the RTCUniversalServerAdmins group or with the necessary user rights as described in Delegate Setup Permissions.

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

  3. At the command line, type:

    Copy Code
    Remove-CsCallParkOrbit -Identity "<group number range name>" 
    

    For example:

    Copy Code
    Remove-CsCallParkOrbit -Identity "Redmond call pickup"
    
    Note:
    For details about more options, see Remove-CsCallParkOrbit.

See Also