» Limitations

The Vagrant Hyper-V provider works in almost every way like the VirtualBoxor VMware provider would, but has some limitations that are inherent toHyper-V itself.

» Limited Networking

Vagrant does not yet know how to create and configure new networks forHyper-V. When launching a machine with Hyper-V, Vagrant will prompt youasking what virtual switch you want to connect the virtual machine to.

A result of this is that networking configurations in the Vagrantfileare completely ignored with Hyper-V. Vagrant cannot enforce a static IPor automatically configure a NAT.

However, the IP address of the machine will be reported as part ofthe vagrant up, and you can use that IP address as if it werea host only network.

» Snapshots

Restoring snapshot VMs using vagrant snapshot pop or vagrant snapshot restore will sometimes raise errors when mountingSMB shared folders, however these mounts will still work inside the guest.