How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "marcosaabarbosa/WindowsServer2012"
config.vm.box_version = "1.0"
end
vagrant init marcosaabarbosa/WindowsServer2012 \
--box-version 1.0
vagrant up
This version was created about 6 years ago.
This is a base Windows Server 2012 image.
This box is absolutely default. Only Notepad++ and Firefox.
Contains two users.
Administrator and Vagrant.
Password of both: vagrant
The password complexity of windows is disabled. The ServerManager is disabled on startup. The RDP connections are enabled.