This property specifies whether the USMT user state information is stored locally on the target computer. This property is primarily used by the ZTIUserState.wsfand ZTIBackup.wsfscripts to indicate that the Request State Store and Release State Store task sequence steps for Configuration Manager deployments are skipped. For more information, see the OSDStateStorePath property.
Note This property should only be used in the circumstance described in the OSDStateStorePathproperty).
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
|
CustomSettings.ini |
|
|
|
|
MDT DB |
|
|
ZTI |
˜ |
Value |
Description |
TRUE |
The USMT user state information is stored locally on the target computer, and the Request State Store and Release State Store task sequence steps are skipped. |
FALSE |
The USMT user state information is not stored locally on the target computer, and the Request State Store and Release State Store task sequence steps are performed. |
Example |
[Settings] Priority=Default
[Default] OSInstall=YES ScanStateArgs=/v:5 /o /c LoadStateArgs=/v:5 /c /lac DeployRoot=\\NYC-AM-FIL-01\Distribution$ ResourceRoot=\\NYC-AM-FIL-01\Resource$ UDShare=\\NYC-AM-FIL-01\MigData$ UDDir=%OSDComputerName% SLShare=\\NYC-AM-FIL-01\Logs$ USMTLocal=TRUE USMTMigFiles001=MigApp.xml USMTMigFiles002=MigUser.xml USMTMigFiles003=MigSys.xml USMTMigFiles004=MigCustom.xml UserDataLocation=NONE |
Related Topics