JackNBox1
User
 Junior Boarder
| Posts: 8 |   | Karma: 0
|
I found a solution - 2004/02/03 12:01
What I got to work was a bit ugly but did the trick. Basically I originally had a csv file that I converted into an ldif file which I used with homes. Well I went back to my csv file and opened it in excell. Cut all the columns except the username. Put in a column with the command del before the username and a column with /q and saved this as a text file which I then renamed to a .bat "batch file".
So I had a thousand lines like below del jonesj /q
A bit messy but it worked.
|