Remove provisioning of the BEMS as a trusted application and trusted application pool
BEMS
as a trusted application and trusted application poolYou can use
Windows PowerShell
to remove the provisioning of the BEMS
as a trusted application software and trusted application pool before you remove the Connect
service and Presence
service from the BEMS
instances in your organization's network. When you remove provisioning of
BEMS
as a trusted application, the provisioning record is removed from Microsoft Active
Directory
. When the provisioning record is removed from Microsoft Active
Directory
, BEMS
remains running, but the communication to the Microsoft Lync
Server
stops. If your environment is running
Skype for Business
, you must remove provisioning of the BEMS
as a trusted application and trusted application pool using the Microsoft Lync
Server
Management Shell that you used to create it.- Log in to the computer that hostsSkype for Businessusing an account with RTCUniversalServerAdmins group rights.
- Open a Management Shell window and complete the following steps:
- To display the Trusted Application Pool that the computer is a part of, run the following command. Record the Pool name.Get-CsTrustedApplicationComputer -Identity <FQDN_of_the_bems_host>
- To display all the computers in the Pool name recorded in step 2a, run the following command. Record if more than one FQDN entry is listed.Get-CsTrustedApplicationPool -pool <FQDN_of_the_pool_from_step_a>
- To display additional information about the above Trusted Application Pool, run the following command:Get-CsTrustedApplicationPool -PoolFqdn <FQDN_of_the_pool_from_step_a>
- To remove oneBEMSinstance from the trusted application pool when you have more than oneBEMSinstance in your organization’s environment, run the following command:Remove-CsTrustedApplicationComputer -Identity <FQDN_of_the_bems_host>
- To remove all BEMS instances from the Trusted Application Pool and remove the pool itself, run the following command:Remove-CsTrustedApplicationPool -Identity <FQDN_of_the_pool_from_step_2a>
- To publish the change to theSkype for Businessenvironment, run the following command:Enable-CsTopology
- To verify that the trusted application pool is removed, run the following command:Get-CsTrustedApplicationComputer -Identity <FQDN_of_the_bems_host>