How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jamski68/windows-server-2019-datacenter"
config.vm.box_version = "1.01"
end
vagrant init jamski68/windows-server-2019-datacenter \
--box-version 1.01
vagrant up
This version was created over 2 years ago.
There isn't a description.