Local User and groups Copy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I copy paste my local user and groups acounts within 2 different computers
I have GPO that I want to be propagated within those machines. Will it work
Those computers are not in a network so I cant use AD user and groups

Thakns a lo

Miguel Salles
 
Hi Miguel-

I don't know of a utility to do an export of accounts from one machine to
another. However, you can use a series of NET USER <USERNAME> /ADD commands
in a script to add accounts.

For groups, you could use NET LOCALGROUP <GROUPNAME> /ADD.
 
Back
Top