How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "freeipa/windows-server-2016-standard-x64-eval"
config.vm.box_version = "20190509.01"
end
vagrant init freeipa/windows-server-2016-standard-x64-eval \
--box-version 20190509.01
vagrant up
This version was created almost 4 years ago.
There isn't a description.