Appendix H - Integration Into Microsoft Environments
Polycom®, Inc. 745
aType: New-CsTrustedApplicationPool -Identity <Collaboration Server FQDN> -Registrar
Registrar:<Lync pool> -site 1 -ComputerFqdn <Collaboration Server FQDN>
-ThrottleAsServer $true -TreatAsAuthenticated $true and press Enter.
bEnter YES.
cType: New-CsTrustedApplication -ApplicationId <FQDN> -TrustedApplicationPoolFqdn
<FQDN> -Port 5061 and press Enter.
ApplicationId is the name of the application. This must be a string that is unique within the pool
that is specified in the TrustedApplicationPoolFqdn parameter.
TrustedApplicationPoolFqdn is the FQDN of the Trusted Application Pool in which the
application will reside.
6Add a Trusted Application Endpoint by typing: New-CsTrustedApplicationEndpoint
-sipaddress sip:<name>@<domain> -ApplicationId <FQDN> -TrustedApplicationPoolFqdn
<FQDN> and pressing Enter.
7Enable the changes, by typing: Enable-CsTopology.
8Get the GRUU (Globally Routable User-Agent URI):
aType: Get-CsTrustedApplication -Filter "<MCU>*" | fl ServiceGruu and press Enter.
The Lync Server will reply with a string similar to the following:
ServiceGruu:sip:rmx23772.reg13.ent@reg13.ent;gruu;opaque=srvr:
rmx23772.reg13.ent:0I2d_trGDFSQv4FntDXH-wAA
bSelect, Copy, and transfer the ServiceGruu string into the workstation that is connected to the
Collaboration Server. The SIP prefix (sip:) can be omitted from the copied string.
9Create and export a Certificate for the Collaboration Server:
aType: Request-CsCertificate -New -Type Default -KeyAlg RSA -CA <CA FQDN> -City PT
-State Israel -ComputerFqdn <Collaboration Server FQDN> -Country IL -DomainName
<Domain name> -FriendlyName <Collaboration Server FQDN> -Organization 'Polycom '
-PrivateKeyExportable $true and press Enter.
bIn the Start Menu, select Administrative Tools-> Internet Information Services (IIS) Manager.