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
Technology Tips and News
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
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/
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. Hi Narcoticoo,
can you help me in creating WMI/Script to achieve this.
Thanks & Regards,
Sanjay
First off, are you aware that it is no longer recommended having multiple partitions? Are you deploying win7 or win 8?
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
This could be done with a simple directory listing that checks for Windows folder, excluding the one that WinPE uses (X:).