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.
Remove common area phone contact objects
-
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:
Copy Code Get-CsCommonAreaPhone -Filter {RegistrarPool -eq "<LyncServerPoolFqdn>"} | Remove-CsCommonAreaPhone
Where <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.
Remove analog device contact objects
-
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:
Copy Code Get-CsAnalogDevice -Filter {RegistrarPool -eq "<LyncServerPoolFqdn>"} | Remove- CsAnalogDevice
Where <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.