You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
One of my Tests:
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 :)
The text was updated successfully, but these errors were encountered:
PScherling
changed the title
Updating and expanding the PSDPartition.ps1 script
Enhancement - Updating and expanding the PSDPartition.ps1 script
Nov 5, 2024
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:
One of my Tests:
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
The text was updated successfully, but these errors were encountered: