- Resolved issue with Windows 7 not successfully completing an update run (#83)
- Forward SSH port by default on Vagrant boxes (#76)
- Box no longer auto logs on upon boot (#66)
- Updated Virtualbox Guest OS Type for Win8.1 (#81)
- Added rsync.bat as an optional script to include rsync capabilities to the vagrant box (#88)
- RDP now enabled for use with vagrant (#75)
- Update Chocolatey script for Chocolatey 0.9.8.27
- Password for Vagrant user never expires
- Salt installation script
- Microsoft-updates.bat script for Win 7/8
- Enable Microsoft Updates by default (#60)
- Remove disable Windows Updates script from Windows 7 and 8.1; you can run this as a provioner step, and use Autounattend sections to achieve the same outcome
- Require Vagrant 1.6.2 (#57)
- Remove WinRM port forward, as it's done automatically in Vagrant 1.6.2+ (#57)
- Update chef-client source to getchef.com (#63)
- Fix VirtualBox ISO URLs
- Update Puppet to 3.5.1 (#54)
- Fix ISO Url for 2008 R2 (#56)
- Compact generated VMs using ultradefrag and sdelete (#53)
- Fix 2008 R2 Core Autounattend.xml steps
- Fixed ISO Urls (#47)
- Update OpenSSH
- Change the default shell for OpenSSH from /bin/bash to /bin/sh (#45)
- Ensure WinRM service starts immediately rather than after 120 seconds (#43)
- Add support for Windows 8.1
- Add port forwarding for WinRM (5985) by default, with vagrant auto-correct enabled
- Require the use of the vagrant-windows plugin in the Vagrantfile templates
- Updated oracle.cer to allow installation of VirtualBox tools
- Add support for Windows 7 Enterprise
- Add support for Windows 2008 R2 Core
- Add support for Windows 2012 R2 Core
- Remove port forwarding from Vagrantfile templates
- Update Puppet version in scripts/puppet.bat
- Remove
config.vm.base_mac = "{{ .BaseMacAddress }}"
from vagrantfile templates, ensure SCSI controller is set in VMX (fixes #26)
- Fix issue with installation of VM guest tools [GH-23]
- Update .json files to work with Packer 0.5.0 (the
vmware
builder is renamed tovmware-iso
, thevirtualbox
builder is renamed tovirtualbox-iso
) - Update README with better examples for using retail custom ISO files and disabling Windows Update installation
- Allow Packer to upload VMware Tools by default, but fall back to downloading the tools from VMware if required
- Update SCSI bus type for the hard disk in a VMware VM to permit Windows 2012 R2 to install correctly
- Fix Windows 2012 R2 issue where the
vagrant
user did not have its password set - Fix Windows 2012 R2 issue where autologon only works once
- Add support for Windows 2012 and Windows 2012 R2
- Switch all configurations to use Microsoft trial images that are publicly accessible so that you do not need MSDN or TechNet to use this repo
- Initial release, including working Windows 2008 R2 configuration