Hi,
I'm a Domain Admin logged-on to a 2008 R2 RWDC. Through the Active Directory Users and Computers interface I can add a new Computer object with no issue. When I issue the following New-ADComputer PS cmdlet, I get the following error which I cant
figure out why Im getting it. Any ideas?
New-ADComputer : A required privilege is not held by the client
At C:\Utils\CreateObj.ps1:157 char:15
+ New-ADComputer <<<< -Name $Comp USSQLDB1
+ CategoryInfo : NotSpecified: (CN=USSQLDB1,OU=...us,DC=Fly,DC=by:String) [New-ADComputer], ADException
+ FullyQualifiedErrorId : A required privilege is not held by the client,Microsoft.ActiveDirectory.Management.Commands.N
ewADComputer
Thanks for your help! SdeDot