How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "zer0ttl/windows-server-2022-standard"
config.vm.box_version = "2102.0.2308"
end
vagrant init zer0ttl/windows-server-2022-standard \
--box-version 2102.0.2308
vagrant up
This version was created 2 months ago.
Windows Server 2022 Standard