These task sequence variables govern the operation of the task sequence action. Variables marked as input variables are read or used by the task sequence action. In most cases, input variables correspond to task sequence action fields in the task sequence editor and can be set via that user interface. Alternatively, input variables can be set at runtime from per-collection or per-computer variables, via the Set Task Sequence Variable action or via the TSEnvironment COM object. Variables marked as output variables are written or set by the task sequence action to be read by later actions in the task sequence.
Format and Partition Disk Task Sequence Step
Action Variable Name | Description | ||
---|---|---|---|
OSDDiskIndex (input) |
Specifies the physical disk number to be partitioned. |
||
OSDDiskpartBiosCompatibilityMode (input) |
Specifies whether or not to disable cache alignment optimizations when partitioning the hard disk for compatibility with certain types of BIOS. This may be necessary when deploying Windows XP or Windows Server 2003 operating systems. For more information, see KB article 931760 (http://go.microsoft.com/fwlink/?LinkId=134081) and KB article 931761 (http://go.microsoft.com/fwlink/?LinkId=134082). Valid values: "true" "false" (default) |
||
OSDGPTBootDisk (input) |
Specifies whether or not to create an EFI partition on a GPT hard disk so that it can be used as the startup disk on EFI-based computers. Valid values: "true" "false" (default) |
||
OSDPartitions (input) |
Specifies an array of partition settings; see the SDK topic for accessing array variables in the task sequence environment. This task sequence variable is an array variable. Each element in the array represents the settings for a single partition on the hard disk. The settings defined for each partition can be accessed by combining the array variable name with the zero-based disk partition number and the property name. For example, the following variable names can be used to define the properties for the first partition that will be created by this task sequence action on the hard disk:
|
||
OSDPartitionStyle (input) |
Specifies the partition style to use when partitioning the disk. "MBR" indicates the master boot record partition style, and "GPT" indicates the GUID Partition Table style. Valid Values: "GPT" "MBR" |