Skype for Business Client 2016 受限的外部呼叫
使用命令查看路由,确保边缘服务器的内外网网卡可以路由 Route Print3.检查边缘服务器的Lync Server 日志,发现如下错误
4.在Skype for Business 多台边缘服务器上将内网证书中添加多台服务器的FQDN名称
5.在前端服务器上运行强制复制命令
Invoke-CsManagementStoreReplication
6.等待Skype for Business 服务器之间强制复制完成,使用命令查看是否复制完成(确保都为True)
Get-CsManagementStoreReplicationStatus
Get-CsManagementStoreReplicationStatus | Where-Object {$_.UpToDate -eq $False}
页:
[1]