Documentation for SCCM task sequence deployment orchestrator

Disk setup

This module allows you to choose the disk number to use as the Operating System disk, label the operating system volume and up to two data volumes for the selected disk number.

Select a disk number. All mandatory, OS, data  and optional recovery volumes will be created in the selected disk.

SCCMTSPSI automatically detects a computer that is in UEFI mode and formats the disk with the following partitions.

  • Partition number – 0 ; Partition type – EFI ; Partition size –
  • Partition number – 1 ; Partition type – MSR ; Partition size –

SCCMTSPSI automatically detects a computer that is in Non-UEFI mode and formats the disk with the following partitions.

  • Partition number – 0 ; Partition style – MBR ; Partition size –
  • Partition number – 1 ; Partition style – NTFS ; Partition size –

UEFI mode uses the following layout.

Non-UEFI {Legacy} mode uses the following layout.

Recovery partition is optional. Set the value to 0 MB to not use a recovery partition.

sccmtspsi allows the use of up to 2 data volumes. The data volumes will be created on the disk (disk number) selected.

The drive letter will be set by the “sccmtspsi-tasksequence.exe -end” process that runs at the end of the task sequence.

Set the Operating System volume label.

Note : When choosing data volumes, allow sufficient space for the creation of the OS volume.

Suggest Edit