Skip Navigation

Prepare additional computers hosting
BEMS

  • Verify that a
    BEMS
    server 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.
  1. Log in to the computer that hosts the
    Skype for Business
    using an account with RTCUniversalServerAdmins group permissions.
  2. Open the
    Management Shell
    .
  3. On the computer that hosts
    Skype for Business
    , create the trusted computer for the
    BEMS
    trusted application pool.
    1. To add the trusted computer for the
      BEMS
      trusted application pool, type
      New-CsTrustedApplicationComputer -Identity <
      BEMSFQDN
      > -Pool <
      YourPoolFQDN
      >
      .
    For example:
    New-CsTrustedApplicationComputer -Identity BEMSHost2.mycompany.com -Pool BEMSAppPool.mycompany.com
  4. If the computer hosting
    BEMS
    runs the
    BEMS
    Presence
    service, create an application endpoint. Type
    New-CsTrustedApplicationEndpoint -ApplicationId <
    appid_presence
    > -TrustedApplicationPoolFqdn <
    YourPoolFQDN
    > -SipAddress "sip:presence_<
    BEMSFQDN
    >@<SIPDomain>
    ". Press
    Enter
    .
    Where <
    appid_presence
    > is the desired application ID of the
    BEMS
    Presence
    service.
    For example:
    New-CsTrustedApplicationEndpoint -ApplicationId appid_presence -TrustedApplicationPoolFqdn BEMSAppPool.mycompany.com -SipAddress "sip:presence_BEMSHost2.mycompany.com@mycompany.com"
  5. To publish the change to
    Skype for Business
    environment, type
    Enable-CsTopology
    . Press
    Enter
    .