Created
July 9, 2016 21:28
-
-
Save gaelcolas/c2f0a1f16b8907f9ac9e9cbcedf38c53 to your computer and use it in GitHub Desktop.
Create VM with differencing disks
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
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