How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jborean93/WindowsServer2016"
config.vm.box_version = "1.0.0"
end
vagrant init jborean93/WindowsServer2016 \
--box-version 1.0.0
vagrant up
This version was created over 3 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;
pwsh.exe
) with SSH remoting setupvagrant
pwsh
to the image and configured PSRemoting of pwsh
for both SSH and WinRM.0.1.185
.2.9.0
.qemu/libvirt
boxes and default template to use VirtIO drivers for better performance0.1.171
.2.7.0
.winrm
to psrp
for faster builds. The pypsrp Python library needs to be installed.LocalAccountTokenFilterPolicy
value when setting up the WinRM listeneropt_package_setup_packages
variable with -e
when generating the template to configureSpecific changes to this host type
This PC
instead of Quick access
C:\Windows\SoftwareDistribution\Download
and C:\Recovery
as part of the cleanup processPackerWindoze
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