Closed axgch closed 4 years ago
Really good idea - I'll knock together something shortly. ☕
@axgch - I've added a new -ImageIndex
parameter to the solution. Build from the steps below and let me know if this suits your requirements.
ImageIndexer
branch - https://github.com/tabs-not-spaces/Intune.USB.Creator/tree/ImageIndexer.\build.ps1 -modulePath .\Intune.USB.Creator -moduleName Intune.USB.Creator -buildLocal
Import-Module .\bin\release\*buildId*\Intune.USB.Creator
the -ImageIndex
parameter takes an Integer input - make sure you know which image index / edition number you want.
Let me know you go 🚀
Hi, I'm trying to automate the creation of new USBs in my company with your tool with a pipeline, but in order to do that, I need to pass the Image Index and the Partition as parameters. This is very useful to not be dependent on anyone's computer to build new USBs.