最近在给客户部署Lync 语音部署以及和Exchange UM 集成

环境是Lync 部署在2008 R2 SP1,部署了这么多lync之后,以为会一马平川,结果前端服务器申请证书提示如下错误:

 

" Error: Https binding not found on the web site."

" Error: An Error occured: Microsoft.Rtc.Management.Deployment.CertificateException.  Https binding not found on the web site

 

查看IIS 发现少了Lync 内部和外部站点,重新安装发现还是没有,仔细看看安装脚本:

 

 

Import-Module ServerManager

Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Static-Content,Web-Default-Doc,Web-Http-Errors,Web-Http-Redirect,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Http-Logging,Web-Log-Libraries,Web-Http-Tracing,Web-Windows-Auth,Web-Client-Auth,Web-Filtering,Web-Stat-Compression,Web-Mgmt-Console,Web-Scripting-Tools –Restart

 

发现少了桌面体验特性,因此只能跑到服务管理器中安装桌面体验,重新启动,重新安装一遍LYNC,搞定,小心驶得万年船,看来手上脚本要不断更新,一日的懒惰造成一天的排查:)

 

不过距离um 的集成又近一步了。