You have two computers named Computer1 and Computer2 that run Windows 7. Computer1 has
two local user accounts named User1 and User2. On Computer1, you run Scanstate.exe /all
\\server1\data\computer1. On Computer2, you run Loadstate.exe /lac:Pa$$w0rd
\\server1\data\computer1.
You need to ensure that User1 and User2 can log on to Computer2.
What should you do on Computer2?
A.
Enable all user accounts
B.
Modify the default password policy
C.
Modify the Allow log on locally user right
D.
Add User1 and User2 to the local Administrators group
Explanation:
LoadState is run on the destination computer. You should install all applications that were on the
source computer on the destination before you run LoadState. You must run Loadstate. exe on
computers running Windows Vista and Windows 7 from an administrative command prompt. To
load profile data from an encrypted store named Mystore that is stored on a share named Migration
on a file server named Fileserver and which is encrypted with the encryption key Mykey, use this
command: loadstate \\fileserver\migration\mystore /i:migapp.xml /i:miguser.xml /decrypt
/key:”mykey”
(local account create) /lac:[Password] Specifies that if a user account is a local (non-domain)
account, and it does not exist on the destination computer, USMT will create the account on the
destination computer but it will be disabled. To enable the account, you must also use the /lae
option. If the /lac option is not specified, any local user accounts that do not already exist on the
destination computer will not be migrated. Password is the password for the newly created account.
An empty password is used by default.