Add-WindowsFeature MSMQ-Services,Windows-Identity-Foundation
Install-CsDatabase -DatabaseType PersistentChat -SqlServerFqdn Srv12LyncStd01.msftlearn.local -SqlInstanceName rtc -Verbose
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | ?{$_.DisplayName -like “*Lync Server*”} | Sort-Object DisplayName | Select DisplayName, DisplayVersion, InstallDate | Format-Table -AutoSize
Start-CsWindowsService
Get-CsWindowsService
Lync Server 2013 持久聊天服务器部署完成。
Lync Server 2013 标准版部署(八)持久聊天服务器部署
原文地址:http://blog.51cto.com/lizmfinder/2112869