Below is a powershell cmdlet you can use to enable AD users in an OU for Lync.
Get-CsAdUser -filter {Enabled -ne $True} -OU “OU=Lync Users,DC=exchangepro,DC=dk” | Enable-CsUser -RegistrarPool frontend.exchangepro.local -SipAddressType Emailaddress
Below is a powershell cmdlet you can use to enable AD users in an OU for Lync.
Get-CsAdUser -filter {Enabled -ne $True} -OU “OU=Lync Users,DC=exchangepro,DC=dk” | Enable-CsUser -RegistrarPool frontend.exchangepro.local -SipAddressType Emailaddress
Leave a Reply