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