How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mwrock/Windows2016"
config.vm.box_version = "0.1.0"
end
vagrant init mwrock/Windows2016 \
--box-version 0.1.0
vagrant up
This version was created almost 8 years ago.
Fully patched, minimal Windows Server 2016 TP 5 box. All unused features have been removed from disk.
Built using https://github.com/mwrock/packer-templates/blob/master/hyperv-2016.json and https://github.com/mwrock/packer-templates/blob/master/vbox-2016.json