Appendix H - Integration Into Microsoft Environments
Polycom®, Inc. 801
7Click Add Host.
Configure Collaboration Server Static Route and Trusted Application
Perform the following steps on the Lync Server to configure the Collaboration Server Static Route and
Trusted Application.

To Configure the Collaboration Server Static Route and Trusted Application:

1Connect to Lync Front End server
2In the Start Menu Search field, enter Lync and click the Search button.
3Select the Lync Server Management Shell.
4Add a Static Route:
aType: $route = New-CsStaticRoute -TLSRoute -destination "<RMX FQDN>" -port 5061
-matchuri "<Collaboration Server>" -usedefaultcert $true and press Enter.
<Collaboration Server> is the Collaboration Server name.
bType: Set-CsStaticRoutingConfiguration -identity global -route @{Add=$route} and press
Enter
(To check the Static Route configuration enter the following command:
Get-CsStaticRoutingConfiguration and press Enter.)
5Create a Trusted Application Pool and a Trusted Application: