How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "StefanScherer/windows_2016"
config.vm.box_version = "2017.12.14"
end
vagrant init StefanScherer/windows_2016 \
--box-version 2017.12.14
vagrant up
This version was created over 4 years ago.
Windows Server 2016 Eval with Desktop, 10.0.14393.1944
Packer templates at https://github.com/StefanScherer/packer-windows/releases/tag/2017.12.14