Skip to content

Instantly share code, notes, and snippets.

@gaelcolas
Created July 9, 2016 21:28
Show Gist options
  • Save gaelcolas/c2f0a1f16b8907f9ac9e9cbcedf38c53 to your computer and use it in GitHub Desktop.
Save gaelcolas/c2f0a1f16b8907f9ac9e9cbcedf38c53 to your computer and use it in GitHub Desktop.
Create VM with differencing disks
New-VHD -Differencing -ParentPath .\BaseWMF5.vhd -Path .\BaseWMF5_diff.vhd
New-VM -Name TestBase -BootDevice IDE -VHDPath .\BaseWMF5_diff.vhd -SwitchName inet -Path .\hyperv\
Start-VM TestBase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment