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.
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.