i need to create task sequence in SCCM to deploy systems only on partition "C" not on any other partitions

Anonymous
2023-12-21T15:11:52.8466667+00:00

i need to create task sequence in SCCM to deploy systems only on partition "C" not on any other partitions

Microsoft System Center Other
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. XinGuo-MSFT 22,226 Reputation points
    2023-12-22T02:39:48.7233333+00:00

    Hi,

    The OSDisk variable is used to tell your "Apply Operating System Image" task sequence step which drive to install the OS onto. 

    In that same task sequence step, there is a Destination option, where you can choose:

    • Next available formatted partition
    • Specific disk and partition
    • Specific logical drive letter
    • Logical drive letter stored in a variable

    User's image

    User's image

    0 comments No comments

  2. Anonymous
    2023-12-24T12:33:40.5133333+00:00

    but i see here you add step for formatting and you add disk0

    I dont need this step because some of pcs the disk 0 may be the date disk not system

    0 comments No comments

  3. Anonymous
    2023-12-24T12:39:13.44+00:00

    thanks for ur reply

    i need to install the system only on partition C without format any disks,, however C on disk 0 or on disk 1


  4. Anonymous
    2023-12-26T07:45:52.2933333+00:00

    thsnks in advance

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.