How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jborean93/WindowsServer2016"
config.vm.box_version = "0.3.0"
end
vagrant init jborean93/WindowsServer2016 \
--box-version 0.3.0
vagrant up
This version was created over 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;
vagrant
vagrant
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 possible