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