How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "patrikcze/w2k19eval"
config.vm.box_version = "0.6.1"
end
vagrant init patrikcze/w2k19eval \
--box-version 0.6.1
vagrant up
This version was created almost 4 years ago.
Initial Version / lot of updates needs to be done.