Skip to content

Instantly share code, notes, and snippets.

@gaelcolas
Created July 9, 2016 21:45
Show Gist options
  • Save gaelcolas/47354035854cdae74b54785c624f5ab7 to your computer and use it in GitHub Desktop.
Save gaelcolas/47354035854cdae74b54785c624f5ab7 to your computer and use it in GitHub Desktop.
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