Multiple Local Accounts
Hi
I would like to create the same local user accounts on several PC's, is it possible to do this using a batch file, am sure its possible
Lee h
I would like to create the same local user accounts on several PC's, is it possible to do this using a batch file, am sure its possible
Lee h
.
Comments
-
royal Member Posts: 3,352 ■■■■□□□□□□net user usernamehere passwordhere /add
Unfortunately there's no way to specify the computername to run that command on from the same location. Because of this, you have to run the command on each computer.
There is probably a way where you can connect to each computer specified and run a command that will do what you are looking for, but I'm not sure.“For success, attitude is equally as important as ability.” - Harry F. Banks -
TechJunky Member Posts: 881Use MMC and use the Local Users and Groups snap-in and specify the computer names you wish to add. Then you can do this all from one location.