Create Disk Partitioning while Running Task Sequences

I want to create disk partition while running the SCCM OSD Task Sequences. How to get an option to select Drives/Partitions to Install OS while running SCCM OSD Task Sequences.

Thanks

August 6th, 2014 1:34pm

Are you looking to choose which partition to install the OS on while the TS is running? You can do this with MDT UDI.

See here for example

https://jpaloma.wordpress.com/category/microsoft/user-driven-installation/

Free Windows Admin Tool Kit Click here and download it now
August 6th, 2014 1:40pm

the OSD task sequence has a built in step to do that for you, are you looking to create more than one partition? single or multiple hard drives?
  • Edited by A. Finer Wednesday, August 06, 2014 1:43 PM
August 6th, 2014 1:42pm

i would like to select partition while running the task sequences as we are having different-2 model of machines. i am facing issue that if i want to reinstall os on a machine which is having C:, D:, E:, and OS is installed on C Drive. rest partition D, E contains Data. i would to format only C not other partitions.
Free Windows Admin Tool Kit Click here and download it now
August 6th, 2014 2:00pm

QuestionI would like to select partition while running the task sequences as we are having different-2 model of machines. i am facing issue that if i want to reinstall os on a machine which is having C:, D:, E:, and OS is installed on C Drive. rest partition D, E contains Data. i would to format only C not other partitions.
August 6th, 2014 2:01pm

I would like to select partition while running the task sequences as we are having different-2 model of machines. i am facing issue that if i want to reinstall os on a machine which is having C:, D:, E:, and OS is installed on C Drive. rest partition D, E contains Data. i would to format only C not other partitions.
Free Windows Admin Tool Kit Click here and download it now
August 7th, 2014 6:52am


I would like to select partition while running the task sequences as we are having different-2 model of machines. i am facing issue that if i want to reinstall os on a machine which is having C:, D:, E:, and OS is installed on C Drive. rest partition D, E contains Data. i would to format only C not other partitions.
August 7th, 2014 6:52am

I'd detect the partitions with WMI/Script or something and add a partition step accordingly, this way it would be automated...
Free Windows Admin Tool Kit Click here and download it now
August 7th, 2014 8:23am

Hi Narcoticoo,

can you help me in creating WMI/Script to achieve this.

Thanks & Regards,

Sanjay

August 7th, 2014 10:10am

Well first examine can you detect the partitioning with simple WMI query and then use that in your TS step that does the partitioning.
Free Windows Admin Tool Kit Click here and download it now
August 7th, 2014 2:52pm

First off, are you aware that it is no longer recommended having multiple partitions? Are you deploying win7 or win 8?

August 7th, 2014 10:53pm

I would like to select partition while running the task sequences as we are having different-2 model of machines. i am facing issue that if i want to reinstall OS on a machine which is having C:, D:, E:, and OS is installed on C Drive. rest partition D, E contains Data. i would to format only C not other partitions. we are having multiple OS environment (Windows 8 and Windows 7) of x86 and x64 architecture.

Thanks

Free Windows Admin Tool Kit Click here and download it now
August 8th, 2014 6:10am

This could be done with a simple directory listing that checks for Windows folder, excluding the one that WinPE uses (X:).

August 17th, 2015 11:56pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics