PSD icon indicating copy to clipboard operation
PSD copied to clipboard

Enhancement - Updating and expanding the PSDPartition.ps1 script

Open PScherling opened this issue 1 year ago • 0 comments

Hello folks,

This is not really an issue, more an update to the partitioning progress.

I have recognized, that the partitioning is very static and hard coded at the moment and is not really working if you are changing any settings in your task sequence. So I wanted more flexibility on that.

I have reworked the partitioning script "PSDPartition.ps1". My goal was, to work with the settings, wich are configured in the task sequence. It is not 100% final and maybe need some more love and cleanup but, it is in a really good functional state. I have tested some scenarios at the moment (different partition sizes, in % and MB and GB and different partition numbers (EFI, MSR, OS, Recovery und extra partitions like an additional Data partition etc.) and also included error handling as well.

Original: image

One of my Tests: image

A BIOS System needs to be tested at the moment. But it should work either :)

I have attached my reworked PowerShell script for the deployment. Pleas feel free to investigate the code and it would be nice, if someone can do additional tests with it. :)

And let me know if there should be more adaption made to this script and overall feedback would be nice too.

Great Project btw. Keep up this awesome work guys :)

PSDPartition.zip

PScherling avatar Oct 29 '24 11:10 PScherling