New
#1
How to Transfer Users between isolated computers.
Hello.
Can you help me solve my USERS problem below?
I have 30 New, Windows 10 v1703, stand alone computers - no network, no server...
[They must remain isolated - l_o_n_g story - don't ask.]
I need to add 53 users, identical list, to each computer.
The data I enter for a NEW USER via MMC is:
--User name
--Full name
--Description
--Password
--Confirm password
--User must change password at next logon == YES or check this box
I can add my users here:
MMC \ Console Root \ Local Users and Groups \ Users
Or here:
Administrative tools \ Computer Management \ System Tools \ Local Users and Groups \ Users
And both allow this:
Action \ Export list
Which creates a text, .CSV or .TXT, file for me.
Examplie Lines from the file looks like this:
User1020,Smith, Bob B.,AGENCY STAFF
User1023,Smith, Sam S.,AGENCY STAFF
User1024,Smith, Tom T.,AGENCY STAFF
I would like to put this file on a USB drive and import it from computer #01 to #02, #03,...
But I can't find a way to "IMPORT" this list.
I was suggested that I attempt WET (Windows Easy Transfer; move folders\files from a Win-7 unit...)
This did not work.
I'm just learning PowerShell so I have no idea how to work it out that way either.
Any help would be greatly appreciated.