Prepare additional computers hosting BEMS
BEMS
- Verify that aBEMSserver is installed in your environment, and a trusted application pool and trusted computer entry is created according to the instructions in Prepare the initial computer hosting BEMS.
- Verify that the account that you use to complete this task is a member of the RTCUniversalServerAdmins group.
- Log in to the computer that hosts theSkype for Businessusing an account with RTCUniversalServerAdmins group permissions.
- Open theManagement Shell.
- On the computer that hostsSkype for Business, create the trusted computer for theBEMStrusted application pool.
- To add the trusted computer for theBEMStrusted application pool, run the following command:
New-CsTrustedApplicationComputer -Identity <BEMSFQDN> -Pool <YourPoolFQDN>- Where <BEMSFQDN> is the FQDN of computer hostingBEMS.
- Where <name of BEMS pool previously created> is the name of theBEMSpool in step 3c of Prepare the initial computer hosting BEMS.
For example:New-CsTrustedApplicationComputer -Identity BEMSHost2.mycompany.com -Pool BEMSAppPool.mycompany.com - If the computer hostingBEMSruns theBEMSPresenceservice, create an application endpoint. Run the following command:
Where <New-CsTrustedApplicationEndpoint -ApplicationId <appid_presence> -TrustedApplicationPoolFqdn <YourPoolFQDN> -SipAddress "sip:presence_<BEMSFQDN>@appid_presence> is the desired application ID of theBEMSPresenceservice.For example:New-CsTrustedApplicationEndpoint -ApplicationId appid_presence -TrustedApplicationPoolFqdn BEMSAppPool.mycompany.com -SipAddress "sip:presence_BEMSHost2.mycompany.com@mycompany.com" - To publish the change toSkype for Businessenvironment, run the following command:Enable-CsTopology