Topic Last Modified: 2011-04-06
You must remove dial-in conferencing application contacts before you can remove a Front End pool or Front End Server.
To remove Dial-in Conferencing application contacts
-
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-CsDialInConferencingAccessNumber | where {$_.Pool -eq "<LyncServerPoolFqdn>"} | Remove- CsDialInConferencingAccessNumber
Where <LyncServerPoolFqdn> is the Front End pool or Front End Server that you want to run the command on.
-
Run the command for each Front End pool and Standard Edition Front End Server.