Last active
February 19, 2016 20:22
-
-
Save tomtorggler/2111c19a00e77eb125c8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Import the VHD files as WDS Install Images | |
1..4 | ForEach-Object { | |
$params = @{ | |
Path= "C:\Nano\Nano_compute_n0$_.vhd"; | |
NewImageName = "Nano-n0$_-10.0.10586" | |
} | |
Import-WdsInstallImage @params | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment