将需要安装持久聊天服务器进行初始化:服务器名称、IP地址、防火墙、Windows补丁,加入到域中。1.查看计算机名称及IP地址
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 持久聊天服务器部署完成。