Remove provisioning of the BEMS as a trusted application and trusted application pool
BEMS
as a trusted application and trusted application poolIf 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, typeGet-CsTrustedApplicationComputer -Identity <. PressFQDN_of_the_bems_host>Enter. Record the Pool name.
- To display all the computers in the Pool name recorded in step 2a, typeGet-CsTrustedApplicationPool -pool <Record if more than one FQDN entry is listed.FQDN_of_the_pool_from_step_a>.
- To display additional information about the above Trusted Application Pool, typeGet-CsTrustedApplicationPool -PoolFqdn <. PressFQDN_of_the_pool_from_step_a>Enter.
- To remove oneBEMSinstance from the trusted application pool when you have more than one BEMS instance in your organization’s environment, typeRemove-CsTrustedApplicationComputer -Identity <PressFQDN_of_the_bems_host>.Enter.
- To remove all BEMS instances from the Trusted Application Pool and remove the pool itself, typeRemove-CsTrustedApplicationPool -Identity <.FQDN_of_the_pool_from_step_2a>
- To publish the change to theSkype for Businessenvironment, typeEnable-CsTopology. PressEnter.
- To verify that the trusted application pool is removed, typeGet-CsTrustedApplicationComputer -Identity <.FQDN_of_the_bems_host>