A list of files in XML format that are used by USMT (Scanstate.exe) to identify user state migration information to be saved. When this property is not specified, the ZTIUserState.wsf script uses MigApp.xml, MigUser.xml, and MigSys.xml. Otherwise, ZTIUserState.wsf uses the files explicitly referenced in this property. The USMTMigFiles property has a numeric suffix (for example, USMTMigFiles001 or USMTMigFiles002).

Note   Use this property to specify the XML files to be used by Scanstate.exe instead of using the /I parameter in the ScanStateArgs property. This prevents the ZTIUserState.wsf script from potentially duplicating the same list of XML files.

Note   This property name can be specified using single-digit nomenclature (USMTMigFiles1) or triple-digit nomenclature (USMTMigFiles001).

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

 

 

LTI

˜

CustomSettings.ini

˜

 

 

 

MDT DB

 

 

ZTI

 

 

Value

Description

USMTMigFile

The name of the .xml file to be used as input for Scanstate.exe, on separate lines. If not specified, the default is MigApp.xml, MigUser.xml, and MigSys.xml.

Note   If this value is specified, the default files (MigApp.xml, MigUser.xml, and MigSys.xml) must also be added to the list if these files are to be included.

 

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$

USMTMigFiles001=MigApp.xml

USMTMigFiles002=MigUser.xml

USMTMigFiles003=MigSys.xml

USMTMigFiles004=MigCustom.xml

UserDataLocation=NONE

 

Related Topics

Property Definition