Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dsadd issue

Status
Not open for further replies.

texasit

MIS
Jun 26, 2008
21
US
I created a txt file with user information
like this CN=Neville Longbottom,OU=Gryffindor, OU=students,DC=hogwarts,dc=local" -samid nlongbottom -pwd
P@ssw0rd -fn neville -ln longbottom
but when i run this cmd

For /f “tokens=*” %i in (newusers.txt) do @dsadd user %i

I get an error saying " * was an unexpected error


what am i doing wrong.
 
Any ideas guys? I searched the web and I can't find anuything that would help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top