pecomees Posted June 8, 2006 Posted June 8, 2006 In my windows 2000 domain I need to be able to add security groups to specific OU's FROM THE COMMAND LINE. (in order to script large amount of new groups) Does anybody know how to do this in a windows 2000 domain?? Thanks in advance!
Zartach Posted June 8, 2006 Posted June 8, 2006 Yup,You can use dsadd from the commandline : http://technet2.microsoft.com/WindowsServe...3.mspx?mfr=trueHave fun,
fizban2 Posted June 8, 2006 Posted June 8, 2006 DSadd is only on 2003 unless you dload the admin tools...
rjdohnert Posted June 9, 2006 Posted June 9, 2006 Its also going to be in the NTSH Toolsuite and CorePak for Windows 2000 and Windows XPDSadd is only on 2003 unless you dload the admin tools...
pecomees Posted June 12, 2006 Author Posted June 12, 2006 Dsadd would come in handy yes. Since this only seems to work for 2003, I used a bit more complex VBS script. It works. Thanks four your help!
rjdohnert Posted June 13, 2006 Posted June 13, 2006 dssadd and the rest of the Active Directory management tools have been added to CorePak, Both for Windows 2000 and Windows XP/Server 2003. dsadd, dsquery etc. Work with Windows 2000 as well as Server 2003.LinkGuide LinkDsadd would come in handy yes. Since this only seems to work for 2003, I used a bit more complex VBS script. It works. Thanks four your help!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now