This property contains a variable that contains the physical drive number that was assigned to the newly created VHD file. Each time a VHD file is created, MDT sets this property to the disk index of the newly created disk using the Index property of the Win32_DiskDrive WMI class.
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
· VHDDisks
· VHDInputVariable
· VHDTargetDisk
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
|
|
ZTI |
|
Value |
Description |
Variable |
Variable will contains the physical drive number assigned to the newly created VHD file. For example, if this property has a value of OSDDiskIndex, the OSDDiskIndex property will contain the physical drive number assigned to the newly created VHD file (such as 4). |
Example |
None |
Related Topics