How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jborean93/WindowsServer2008R2"
config.vm.box_version = "0.4.0"
end
vagrant init jborean93/WindowsServer2008R2 \
--box-version 0.4.0
vagrant up
This version was created about 6 years ago.
This is an image based on the evaluation ISO supplied by Microsoft. It has all
the updates available for the host at the time applied and comes ready to be
run by Vagrant. When Vagrant starts the box, sysprep will automatically run
and create a brand new Windows instance with WinRM up and running.
Details on how to connect are;
username: vagrantpassword: vagrantconnector: winrmIncluded programs (versions dependent on the Windows version);
Other configurations from the standard image;
vagrantPackerWindoze that stores the Reset-WinRMConfig cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any timevagrant account password to never expire-e opt_packer_setup_builder=hyperv - This will only run on a Windows with WSL host and doesn't work for Server 2008slmgr.vbs /rearm to run just after Vagrant starts the image to get the full evaluation period possibleSpecific changes to this host type