写在前面
Skype for Business 2019可以与Cisco VCS进行集成,以提供大型视频会议功能。本章将介绍如何为新的Skype for Business 2019池新建受信任的应用,并配置集成。
切换Cisco VCS服务器
- 备份服务器数据。
- 运行如下PowerShell命令,移除Lync Server 2013上的旧Trusted Application Pool。
Get-CsTrustedApplicationPool -Identity TrustedApplicationPool:OldApp.contoso.com | Remove-CsTrustedApplicationPool
- 运行如下PowerShell命令,为Skype for Business 2019创建新Trusted Application Pool。
New-CsTrustedApplicationPool -Identity NewApp.contoso.com -ComputerFqdn NewPC01.contoso.com -Registrar Skype2019Pool.contoso.com -Site 1 -RequireReplication $false -ThrottleAsServer $true -TreatAsAuthenticated $true
- 运行如下PowerShell命令,创建新Trusted Application Computer。
New-CsTrustedApplicationComputer -Identity NewPC02.contoso.com -Pool NewApp.contoso.com
New-CsTrustedApplicationComputer -Identity NewPC03.contoso.com -Pool NewApp.contoso.com
- 运行如下PowerShell命令,创建新Trusted Application。
New-CsTrustedApplication -ApplicationId CiscoVCS -TrustedApplicationPoolFqdn NewApp.contoso.com -Port 5061
- 运行如下PowerShell命令,发布拓扑。
Enable-CsTopology -Verbose