25 lines
880 B
Plaintext
Raw Normal View History

2020-03-18 18:46:47 -04:00
---
description: |
The Hyper-V Packer builder is able to create Hyper-V virtual machines and
export them.
layout: docs
page_title: Hyper-V - Builders
sidebar_title: Hyper-V
2020-03-18 18:46:47 -04:00
---
# HyperV Builder
The HyperV Packer builder is able to create
[Hyper-V](https://www.microsoft.com/en-us/server-cloud/solutions/virtualization.aspx)
virtual machines and export them.
2020-03-31 17:40:07 -04:00
- [hyperv-iso](/docs/builders/hyperv-iso) - Starts from an ISO file,
2020-03-18 18:46:47 -04:00
creates a brand new Hyper-V 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.
2020-03-31 17:40:07 -04:00
- [hyperv-vmcx](/docs/builders/hyperv-vmcx) - Clones an an existing
2020-03-18 18:46:47 -04:00
virtual machine, provisions software within the OS, then exports that
machine to create an image. This is best for people who have existing base
images and want to customize them.