This property determines whether MDT uses USMT to perform an offline user state migration. In an offline migration, the capture is performed in Windows PE instead of the existing operating system.
Offline migration is using USMT is performed for:
· UDI always, regardless of the setting of the USMTOfflineMigration property
· ZTI only for the MDT Refresh Computer deployment scenario and only when the USMTOfflineMigration property is set to "TRUE"
Note You cannot perform USMT offline user state migration in the MDT New Computer deployment scenario using ZTI.
· LTI for the:
· MDT New Computer deployment scenario using the Move Data and Settings wizard page in the Deployment Wizard
· MDT Refresh Computer deployment scenario and only when the USMTOfflineMigration property is set to "TRUE"
For more information about using MDT and USMT to perform an offline user state migration, see Configure USMT Offline User State Migration.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
|
|
ZTI |
˜ |
Value |
Description |
TRUE |
MDT uses USMT to perform an offline user state migration. |
Any other value |
MDT does not perform an offline user state migration. Instead, user state migration is captured in the existing operating system. This is the default value. |
Example |
[Settings] Priority=Default
[Default] OSInstall=YES SkipUserData=YES USMTOfflineMigration=TRUE DoNotFormatAndPartition=YES OSDStateStorePath=\\WDG-MDT-01\StateStore$ |
Related Topics