Getting "Access is denied" when running DSADD


i have windows server 2003 beta 3 build 6001 installed on dell poweredge 2800. 

 

when logged in domain administrator, run following dsadd command, , works perfectly:

 

dsadd user "cn=josie straka,cn=users,dc=labdomain,dc=local" -fn josie -ln straka -samid "strakajo" -display "josie straka" -pwd p@ssw0rd1 -pwdneverexpires yes -canchpwd no

 

when log in domain admin user, other administrator, error:

 

dsadd failed: cn=....: access denied.

 

the user member of domain admins ad group, , member of enterprise admins , group policy creator owners, added later in troubleshooting problem.  none of has helped.

 

i created user logged in gui.

 

is there i'm missing?

 

 

 

this issue here uac!

 

as default administrator uac not invoked. administrator, , not matter of groups he/she member of, uac invoked. because of other admin receives , access denied. when executing such tool either disable uac or implement additional elevation script invokes uac question "do want continue....blabla"

 

the additional elevation script can found here:

http://blogs.dirteam.com/blogs/jorge/archive/2007/07/19/user-account-control-from-the-command-line.aspx

 

remember temp solution or workaround. ms should fix , report ms.

the ds tool should behave ntdsutil tool when executed admin. try see mean!

 

regards,

jorge

 

ps.: forgot! can right-click on command prompt icon , select "run administrator" , in command prompt window execute dsadd command. script mention above interesting if can want invoke elevation of privileges when custom made script used command or in other words "is not uac aware"



Windows Server  >  Directory Services



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file