Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
create ISO with my Unattend.xml file
. '.\TestKitchen\script\IsoFile.ps1'
#create ISO with my Unattend.xml file
New-IsoFile -Source .\TestKitchen\Unattend.xml -Path .\TestKitchen\Unattendxml.iso -Force -Title MyISO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment