Friday, September 2, 2011

Active Directory operation failed on "DC1". You cannot retry this operation: "Insufficient access rights to perform the operation"

I got this error when tried to enable certain users in Lync Server Control Panel.
Then I followed the resolution in MS KB 2466000 regarding "Enable-CsUser", however I got the error saying "Enable-CsUser: Specified SIP domain (SipDomain) is not valid. Specify a valid DIP domain and then tray again. Blah blah blah.

I finally came cross to the page below:
Enable-CsUer Commandlet
http://technet.microsoft.com/en-us/library/gg398711.aspx

Then simply followed this command and enabled the problematic users by using "SamAccountName" parameter.

Enable-CsUser -Identity "Pilar Ackerman" -RegistrarPool "atl-cs-001.litwareinc.com" -SipAddressType SamAccountName  -SipDomain litwareinc.com




No comments:

Post a Comment

Azure MFA NPS extension stopped working due to expired certification

 Users complained they were unable to log in VMware Horizon Client portal and the logon stuck at "Authenticating...." screen. So I...