github.com/rahart/packer@v0.12.2-0.20161229105310-282bb6ad370f/website/source/docs/builders/hyperv.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Hyper-V Builder" 4 description: |- 5 The Hyper-V Packer builder is able to create Hyper-V virtual machines and export them. 6 --- 7 8 # HyperV Builder 9 10 The HyperV Packer builder is able to create [Hyper-V](https://www.microsoft.com/en-us/server-cloud/solutions/virtualization.aspx) 11 virtual machines and export them. 12 13 Packer currently only support building HyperV machines with an iso: 14 15 * [hyperv-iso](/docs/builders/hyperv-iso.html) - Starts from 16 an ISO file, creates a brand new Hyper-V VM, installs an OS, 17 provisions software within the OS, then exports that machine to create 18 an image. This is best for people who want to start from scratch.