Sean G
2008-06-11 16:19:49 UTC
i know that you can create new users in command prompt by typing:
net user USERNAME PASSWORD /add
and change their user group with the command
net localgroup USERGROUP /add USERNAME
but these are both on the local machine, and i need to create users on my network... i was hoping to create a batch file to do this that i could copy and paste the names of everyone i wanted into it, but i don't know how/if this is possilbe...
all i need to know is if there is a similar command to net user /add that lets me create new users on a network...
thanks
Sean G