How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "devopsgroup-io/windows_server-2012r2-standard-amd64-nocm"
config.vm.box_version = "1.54.0"
end
vagrant init devopsgroup-io/windows_server-2012r2-standard-amd64-nocm \
--box-version 1.54.0
vagrant up
This version was created over 3 years ago.