启用所有尚未启用 Lync Server 的 Active Directory 用户 Get-CsAdUser -Filter {Enabled -ne $True} | Enable-CsUser -RegistrarPool "pool.xxx.com" -SipAddressType SamAccountName -SipDomain xxx.com 转载于:https://blog.51cto.com/legendfu/1073520