Topic Last Modified: 2010-12-13

Follow these steps to create a call park orbit range by using Lync Server Management Shell cmdlets. For details about individual cmdlets, see Lync Server Management Shell documentation.

To create a call park orbit range by using Microsoft Lync Server 2010 Control Panel, see Create a Call Park Orbit Range.

To configure the orbit table by using Lync Server Management Shell

  1. Log on as a member of the RTCUniversalServerAdmins group, or as a member of the CsVoiceAdministrator, CsServerAdministrator or CsAdministrator administrative role.

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

    Copy Code
    New-CsCallParkOrbit -Identity <name of the call park orbit range> `
    -NumberRangeStart <first number in the range of extensions for this call park orbit> `
    -NumberRangeEnd <last number in the range of extensions for this call park orbit> `
    -CallParkService <FQDN or service ID of the Application service that hosts the Call Park application>
    

    For example:

    Copy Code
    New-CsCallParkOrbit -Identity "Redmond CPO 1" -NumberRangeStart 100 `
    -NumberRangeEnd 199 -CallParkService redmond-applicationserver-1