How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gusztavvargadr/visual-studio-2022-community-windows-server"
config.vm.box_version = "2022.2102.2211"
end
vagrant init gusztavvargadr/visual-studio-2022-community-windows-server \
--box-version 2022.2102.2211
vagrant up
This version was created 4 months ago.
See also | Changelog | Feedback | Source
In the box