Microsoft Outlook Web App 和IM集成
部署或升级Exchange server 2016与Skype for business 2015后使用原来2013版本方法集成OWA网页IM登陆会出现报错,参考TechNet文档依然不成功,通过测试如下方法能够配置成功.前端
在 Exchange 2016 邮箱服务器上运行如下命令行以获取分配给 IIS 服务的 SSL 证书的指纹;
Get-ExchangeCertificateweb
Exchange 2016集成 Skype : Exchange 2016服务器上运行如下命令
New-SettingOverride -Name "IM Override" -Component OwaServer -Section IMSettings -Parameters @("IMServerName=SFBpool.OCC.com ","IMCertificateThumbprint=C32B6CC0B1D5AB1CC0B42806595BE077C7F28702") -Reason "Configure IM"服务器
Exchange 2016 邮箱服务器上运行如下命令刷新配置:
Get-ExchangeDiagnosticInfo -Server $ENV:COMPUTERNAME -Process Microsoft.Exchange.Directory.TopologyService -Component VariantConfiguration -Argument Refreshide
从新启动 Web 应用程序:
Restart-WebAppPool MSExchangeOWAAppPool测试