PC_Aide

Create new-vm.ps1

Jan 13th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  <# Author : PC Aide (Youtuber French)
  2.  Channel Youtube: https://www.youtube.com/user/Boliccov
  3.  Reference : https://technet.microsoft.com/en-us/library/hh848537.aspx
  4. #>
  5. New-VM -Name "vWin10" -Path e:\vWin10 -Generation 1 -MemoryStartupBytes 2gb -NewVHDSizeBytes 40gb -NewVHDPath "e:\vWin10\Virtual Hard Disks\vWin10.vhdx"
Advertisement
Add Comment
Please, Sign In to add comment