Created
July 9, 2016 21:45
-
-
Save gaelcolas/47354035854cdae74b54785c624f5ab7 to your computer and use it in GitHub Desktop.
create ISO with my Unattend.xml file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. '.\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