The location in which USMT stores user state migration data.
Caution This property value must be specified in uppercase letters so that the deployment scripts can properly read it.
|
Property configured by |
|
|
Property applies to |
|
|
BootStrap.ini |
|
|
LTI |
˜ |
|
CustomSettings.ini |
˜ |
|
|
|
|
MDT DB |
˜ |
|
ZTI |
|
|
Value |
Description |
|
blank |
If UserDataLocation is not specified or is left blank, the Deployment Wizard will default to using the AUTO behavior. |
|
UNC_path |
The UNC path to the network shared folder where the user state migration data is stored. |
|
AUTO |
The deployment scripts store the user state migration data on a local hard disk if space is available. Otherwise, the user state migration data is saved to a network location, which is specified in the UDShare and UDDir properties. |
|
NETWORK |
The user state migration data is stored in the location designated by the UDShare and UDDir properties. |
|
NONE |
The user state migration data is not saved. |
|
Example |
|
[Settings] Priority=Default
[Default] OSInstall=YES ScanStateArgs=/v:5 /o /c LoadStateArgs=/v:5 /c /lac DoCapture=YES BackupShare=\\NYC-AM-FIL-01\Backup$ BackupDir=%OSDComputerName% UserDataLocation=NETWORK DeployRoot=\\NYC-AM-FIL-01\Distribution$ ResourceRoot=\\NYC-AM-FIL-01\Resource$ UDShare=\\NYC-AM-FIL-01\MigData$ UDDir=%OSDComputerName% |
Related Topics