Skip to content

Instantly share code, notes, and snippets.

@tomtorggler
Last active February 19, 2016 20:22
Show Gist options
  • Save tomtorggler/2111c19a00e77eb125c8 to your computer and use it in GitHub Desktop.
Save tomtorggler/2111c19a00e77eb125c8 to your computer and use it in GitHub Desktop.
# 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