KrypticChewie / USMTScripts

These are the scripts I use with USMT to transfer files and settings between PCs.
6 stars 0 forks source link

Provision for local accounts #18

Open KrypticChewie opened 5 years ago

KrypticChewie commented 5 years ago

If a local account is scanned then an error will occur when loading that local account if it has not already been created on the target computer.

This is corrected in USMT by adding the /lac parameter. This will create the account and set it as disabled. It will also set a blank password unless one is specified. e.g. /lac:Pass1234

Using /lae as well will have the account enabled.

The script does not take any of this into account currently.

Ideally, the script could scan for a local user and prompt for confirmation or creation and enabling and password. It could possibly parse the scan log. Until all that it could just always prompt the user if to use these parameters.

KrypticChewie commented 4 years ago

I think including domain accounts only or excluding all local accounts could be added.