Tuesday, October 1, 2013

Step: 1.13: USMT – State restore for Migration


Until now, we have captured the data (state store) based on various scenarios, deployed Operating system and applied various customization.
Now it is time to restore the user data which we have captured earlier.
First we will start with the USMT data restore for Migration.

Create a group same level as Corporate Branding and call it USMT – State Restore for migration
USMT – State Restore for migration will be executed when following conditions are met;
 Add Connect to Network Folder  step then map to the folder which was mapped in the State Store Migration step.
Enter the information to connect a network folder;
                Path: <UNC path to the share>
                Drive: <Drive Letter>
                Account: <Account to use for the drive mapping>


Add Set Task Sequence Variable Step then name it Additional Restore Options.  In
               Task Sequence Variable: OSDMigrateAdditionalRestoreOptions
               Value: /ue:%computername%\* /nocompress /lac

Using Additional Restore Options, we are customising USMT options.

Add Restore User State step; Then add User state Migration tool package which we have created in State Store Migration step.
Select Customize how user profiles are restored, Select a configuration file by clicking click here to select configuration files then add miguser.xml file.

 We can also select;
Continue If some files cannot be restored and
Enable verbose logging


Add Restart Computer step then choose “The currently installed default operating system”.


Click here for complete list of tasks for SCCM OSD All in one task sequence.
Click here for SCCM OSD All in one task sequence Visio diagram.

No comments:

Post a Comment