How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "addle/windows-server-2012-r2"
config.vm.box_version = "1.20170205.1"
end
vagrant init addle/windows-server-2012-r2 \
--box-version 1.20170205.1
vagrant up
This version was created almost 7 years ago.