为Active Directory 用户批量启用lync

启用所有尚未启用 Lync Server 的 Active Directory 用户
 

Get-CsAdUser -Filter {Enabled -ne $True} | Enable-CsUser -RegistrarPool "pool.xxx.com" -SipAddressType SamAccountName  -SipDomain xxx.com
 

 

你可能感兴趣的:(border,target,blank,601,650)