Q. How do I enable administrative users for Lync 2010?
John Savill
May 12, 2011
1 Min Read
A. The normal Lync control panel can't modify privileged users, such as domain administrators. To Lync-enable the privileged users, open the Lync PowerShell and use the Enable-CsUser cmdlet. In the example below, I enable two administrators using their email addresses as the SIP address, but you could also use FirstLastName, SamAccountName, and UserPrincipalName.
PS C:> Enable-CsUser -Identity "John Savill" -RegistrarPool savdalync01.savilltech.net -SipAddressType EmailAddress
PS C:> Enable-CsUser -Identity "Administrator" -RegistrarPool savdalync01.savilltech.net -SipAddressType EmailAddress
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like