Mark Minasi's Reader Forum
Mark Minasi's Reader Forum
Home | Profile | Register | Active Topics | Active Polls | Members | Search | FAQ | Minasi Forum RSS Feed
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Email, Databases, Sharepoint and more
 Lync and OCS
 Enable-CsUser : Active Directory operation failed
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

JSCLMEDAVE
Administrator

USA
6116 Posts
Status: online

Posted - 07/25/2012 :  5:56:55 PM  Show Profile  Visit JSCLMEDAVE's Homepage  Click to see JSCLMEDAVE's MSN Messenger address  Reply with Quote
While trying to enable a user for Lync via the console I got the following error -




Using Powershell I got this error -

Enable-CsUser : Active Directory operation failed on "WrongDC.OtherDomain.BigDog.com".
You cannot retry this operation: "Insufficient access rights to perform the op
eration
00002098: SecErr: DSID-03150BB9, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0


I realised that this user was in a sub-domain that I did not have access rights too.

The workaround was to use a GC in the parent domain since the default was going to the DC "WrongDC.OtherDomain.BigDog.com"


import-module ActiveDirectory

$DCsGCs = Get-ADDomainController -filter { IsGlobalCatalog -eq $True}


Then I specified which domain controller to use -


Enable-CsUser -Identity "tbolton" -SipAddressType EmailAddress -DomainController RightDC.BigDog.com -RegistrarPool "BigDog-LyncPool.BigDog.com"


Worked like a charm!


Thanks to Romy Verhovshek..! She helped set me in the right direction and found my syntax error.


Tim-

“This too shall pass"
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Mark Minasi's Reader Forum © 2002-2011 Mark Minasi Go To Top Of Page
This page was generated in 0.08 seconds. Snitz Forums 2000