21 lines
715 B
Markdown
Raw Normal View History

2015-07-24 08:22:27 +01:00
---
layout: docs
sidebar_current: docs-builders-hyperv
page_title: Hyper-V - Builders
2015-07-24 08:22:27 +01:00
description: |-
The Hyper-V Packer builder is able to create Hyper-V virtual machines and
export them.
2015-07-24 08:22:27 +01:00
---
# HyperV Builder
The HyperV Packer builder is able to create [Hyper-V](https://www.microsoft.com/en-us/server-cloud/solutions/virtualization.aspx)
2015-07-24 08:22:27 +01:00
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 Hyper-V VM, installs an OS,
2015-07-24 08:22:27 +01:00
provisions software within the OS, then exports that machine to create
an image. This is best for people who want to start from scratch.