How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gusztavvargadr/windows-server-core"
config.vm.box_version = "2102.0.2306"
end
vagrant init gusztavvargadr/windows-server-core \
--box-version 2102.0.2306
vagrant up
This version was created 5 months ago.
See also | Changelog | Feedback | Source
This version is an alias of Windows Server 2022 Standard Core (2102.0.2306).