Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
These settings don't apply to Windows 11
DiskID
specifies the disk ID of the disk to which the image is to be installed.
Values
Disk_ID |
Specifies the disk ID of the disk to which the image is to be installed. This sequence starts with 0. If you are installing to a computer with a single disk, you must specify 0. Disk_ID is an integer. |
Valid Configuration Passes
windowsPE
Parent Hierarchy
microsoft-windows-setup- | WindowsDeploymentServices | ImageSelection | InstallTo | DiskID
Applies To
For the list of the Windows editions and architectures that this component supports, see microsoft-windows-setup-.
XML Example
The following XML output shows a complete Windows Deployment Services deployment.
<WindowsDeploymentServices>
<Login>
<WillShowUI>OnError</WillShowUI>
<Credentials>
<Username>Administrator</Username>
<Domain>MY-DOMAIN-NAME</Domain>
<Password>********</Password>
</Credentials>
</Login>
<ImageSelection>
<WillShowUI>OnError</WillShowUI>
<InstallImage>
<ImageName>MY_IMAGE_NAME</ImageName>
<ImageGroup>My IMAGE GROUP</ImageGroup>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk>
<DiskID>0</DiskID>
<WillWipeDisk>false</WillWipeDisk>
<ModifyPartitions>
<ModifyPartition>
<Order>1</Order>
<PartitionID>3</PartitionID>
<Letter>C</Letter>
<Label>TestOS</Label>
<Format>NTFS</Format>
<Active>true</Active>
<Extend>false</Extend>
</ModifyPartition>
</ModifyPartitions>
</Disk>
</DiskConfiguration>