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 = "20200301.01"
end
vagrant init freeipa/windows-server-2016-standard-x64-eval \
--box-version 20200301.01
vagrant up
This version was created almost 3 years ago.
There isn't a description.