This property contains a variable that contains the drive on the target computer where the VHD files will be created. MDT creates the VHD files in the VHD folder in the root of this drive.
Note If this property is omitted, MDT attempts to create the VHD files in the VHD folder in the root of the first system drive.
This property is commonly set using a task sequence step created using the Create Virtual Hard Disk (VHD) task sequence type. You can override the value that the Create Virtual Hard Disk (VHD) task sequence step sets by configuring this property in CustomSettings.ini.
Note To configure this property in CustomSettings.ini, you must add this property to the Properties line in CustomSettings.ini.
For related properties that are used with VHD files, see:
· VHDCreateDiffVHD
· VHDCreateFileName
· VHDCreateSizeMax
· VHDCreateSource
· VHDCreateType
· VHDDrives
· VHDOutputVariable
· VHDTargetDisk
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
|
|
ZTI |
|
Value |
Description |
variable |
Variable that contains the drive letter on the target computer where the VHD files will be created. MDT creates the VHD files in the VHD folder in the root of this drive. For example, if this property has a value of VHDTargetDisk, the VHDTargetDisk property contains the drive letter (such as H). |
Example |
VHDCreateSizeMax=130048 VHDCreateType=EXPANDABLE VHDCreateFileName=Win7_C.vhd VHDInputVariable=VHDTargetDisk |
Related Topics