We're currently writing/testing a program that create a lot of users in a specific OU from an Excel sheet.
To speed up the testing, we only uses the first five users. I made a quick .bat that remove each user using "net user <user> /delete /domain". That is good for 5 users. Not so for a hundred.
I don't think I can use "net user" to select every users in a OU.
could a .vbs do the trick ?
Any suggestions ?
Thanks !
To speed up the testing, we only uses the first five users. I made a quick .bat that remove each user using "net user <user> /delete /domain". That is good for 5 users. Not so for a hundred.
I don't think I can use "net user" to select every users in a OU.
could a .vbs do the trick ?
Any suggestions ?
Thanks !