Need to create a VM from a windows image?
This is just what I needed. I had the ISO for Windows 7 and I needed to create a new Hyper-V VM for some testing I needed to do. Enter Convert-WindowsImage.ps1. I simply ran the ".\Convert-WindowsImage.ps1 -ShowUI" command in PowerShell, pointed it to the .ISO and created the VM. Quick and painless.
Comments