Remove Common Area Phone and Analog Device Contact Objects
Topic Last Modified: 2011-04-06
When you remove a Front End Server or a Front End pool, you must remove common area phone and analog device objects from the Registrar.
-
Log on to the computer where Lync Server Management Shell is installed as a member of the Domain Admins group or the RTCUniversalServerAdmins group.
-
Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.
-
Type:
Get-CsCommonAreaPhone -Filter {RegistrarPool -eq "<LyncServerPoolFqdn>"} | Remove-CsCommonAreaPhoneWhere <LyncServerPoolFqdn> is the Microsoft Lync Server 2010 that you want to run the command on.
-
Run the command for each Front End pool and Standard Edition Front End Server.
-
Log on to the computer where Lync Server Management Shell is installed as a member of the Domain Admins group or the RTCUniversalServerAdmins group.
-
Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.
-
Type:
Get-CsAnalogDevice -Filter {RegistrarPool -eq "<LyncServerPoolFqdn>"} | Remove- CsAnalogDeviceWhere <LyncServerPoolFqdn> is the Microsoft Lync Server 2010 that you want to run the command on.
-
Run the command for each Front End pool and Standard Edition Front End Server.
