How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mwrock/Windows2012R2"
config.vm.box_version = "0.1.0"
end
vagrant init mwrock/Windows2012R2 \
--box-version 0.1.0
vagrant up
This version was created over 9 years ago.
This is an evaluation copy of windows 2012 R2. This image includes no additional software or configuration changes besides a few winrm settings allowing it to talk to vagrant.
This currently requires Vagrant PR #4208 which adds support for .vhd files.
User: administrator Pass: Pass@word1