How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ptf569/windows_server_2019"
config.vm.box_version = "2022.07.14"
end
vagrant init ptf569/windows_server_2019 \
--box-version 2022.07.14
vagrant up