18 lines
670 B
Markdown
18 lines
670 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "HyperV Builder"
|
|
description: |-
|
|
The HyperV Packer builder is able to create HyperV virtual machines and export them.
|
|
---
|
|
|
|
# HyperV Builder
|
|
|
|
The HyperV Packer builder is able to create [HyperV](https://www.microsoft.com/en-us/server-cloud/solutions/virtualization.aspx)
|
|
virtual machines and export them.
|
|
|
|
Packer currently only support building HyperV machines with an iso:
|
|
|
|
* [hyperv-iso](/docs/builders/hyperv-iso.html) - Starts from
|
|
an ISO file, creates a brand new HyperV VM, installs an OS,
|
|
provisions software within the OS, then exports that machine to create
|
|
an image. This is best for people who want to start from scratch. |