Topic Last Modified: 2012-11-01

Use one of the following procedures to delete an unassigned number range for Announcements.

To use Lync Server Control Panel to delete an unassigned number range

  1. Log on to the computer as a member of the RTCUniversalServerAdmins group, or as a member of the CsVoiceAdministrator, CsServerAdministrator, or CsAdministrator role. For details, see Delegate Setup Permissions.

  2. Open a browser window, and then enter the Admin URL to open the Lync Server Control Panel. For details about the different methods you can use to start Lync Server Control Panel, see Open Lync Server Administrative Tools.

  3. In the left navigation bar, click Voice Features and then click Unassigned Number.

  4. On the Unassigned Number page, in the search field, type all or part of the name of the unassigned number range you want to delete.

  5. In the resulting list of number ranges, click the name, click Edit, and then click Delete.

  6. Click Commit all.

To use Windows PowerShell to delete an unassigned 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-CsUnassignedNumber -Identity "<name of unassigned number range>" 
    

    For example:

    Copy Code
    Remove-CsUnassignedNumber -Identity "Unassigned range 1"
    
    Note:
    For details about more options, see Remove-CsCallParkOrbit.

See Also