This version was created
12 months ago.
Packer Windoze - jborean93/WindowsServer2012R2
Info
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
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v9.4.0.0p1-Beta
- PowerShell (
pwsh.exe
) with SSH remoting setup
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v1.2.0 - 2023-10-13
- Bumped minimum Ansible version to
2.13
and ansible.windows
to 2.1.0
- Updated OpenSSH version to v9.4.0.0p1-Beta
- Updated VirtIO driver version to
0.1.240-1
for Server 2016 and newer
- Install .NET Framework 4.8 (4.8.1 on Server 2022) to satisfy new Chocolatey requirements
- Configure default Vagrantfile to use Basic auth over TLS due to newer hosts not allowing MD4 hashes required by NTLM
- Configure QEMU templates to use USB3 as the USB controller
- Updated Pester from 3.4.0 to latest version
- This will be the last update for Server 2012 and 2012 R2 as they are now end of life
v1.1.0 - 2022-05-19
- Update the
PSReadLine
, PowerShellGet
, and PackageManagement
modules to the latest version
- Set certificate used for CredSSP over WinRM to be the same one used for the HTTPS listener.
- Updated OpenSSH version to v8.9.1.0p1-Beta.
- Updated VirtIO driver version to
0.1.215-2
.
v1.0.0 - 2021-06-19
- Removed Packer as part of the build process, this runs using Ansible only.
- Removed the Server 2008 and 2008 R2 builds as they are end of life.
- Disabled shutdown tracker UI by default.
- Added Server 2022 based on the latest preview ISO on the evaluation centre.
- Added
pwsh
to the image and configured PSRemoting of pwsh
for both SSH and WinRM.
- Recreate RDP certificate to use SHA256 as SHA1 is being deprecated.
- Enable a few Hyper-V features for the default QEMU/Libvirt Vagrantfile.
- Updated OpenSSH version to v8.6.0.0p1-Beta.
- Updated VirtIO driver version to
0.1.185
.
- Raised minimum Ansible version to
2.9.0
.
v0.7.0 - 2019-12-20
- Added
qemu/libvirt
boxes and default template to use VirtIO drivers for better performance
- Pin the VirtIO driver version to a specific version that can be manually updated across version. Currently at the latest stable version of
0.1.171
.
- Updated OpenSSH version to v8.0.0.0p1-Beta
- Raised minimum Ansible version to
2.7.0
.
- Swapped the connection plugin from
winrm
to psrp
for faster builds. The pypsrp Python library needs to be installed.
v0.6.0 - 2019-01-20
- Fix logic when setting the
LocalAccountTokenFilterPolicy
value when setting up the WinRM listener
- Added ability to override the base Chocolatey packages that are installed with the image, use the
opt_package_setup_packages
variable with -e
when generating the template to configure
- Moved away from custom role to install the Win32-OpenSSH components, now using the jborean93.win_openssh role
- Updated OpenSSH version 7.9.0.0p1-Beta
- Installed the virtio-network driver on VirtualBox images
v0.5.0 - 2018-08-08
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
v0.0.1 - 2017-10-29
- First images built by this process
3 providers for this version.
-
hyperv
|
amd64
|
Hosted by Vagrant Cloud
(4.43 GB)
|
|
-
libvirt
|
amd64
|
Hosted by Vagrant Cloud
(4.69 GB)
|
|
-
virtualbox
|
amd64
|
Hosted by Vagrant Cloud
(4.54 GB)
|
|
This version was created
over 2 years ago.
Packer Windoze - jborean93/WindowsServer2012R2
Info
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
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v8.9.1.0p1-Beta
- PowerShell (
pwsh.exe
) with SSH remoting setup
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v1.1.0 - 2022-05-19
- Update the
PSReadLine
, PowerShellGet
, and PackageManagement
modules to the latest version
- Set certificate used for CredSSP over WinRM to be the same one used for the HTTPS listener.
- Updated OpenSSH version to v8.9.1.0p1-Beta.
- Updated VirtIO driver version to
0.1.215-2
.
v1.0.0 - 2021-06-19
- Removed Packer as part of the build process, this runs using Ansible only.
- Removed the Server 2008 and 2008 R2 builds as they are end of life.
- Disabled shutdown tracker UI by default.
- Added Server 2022 based on the latest preview ISO on the evaluation centre.
- Added
pwsh
to the image and configured PSRemoting of pwsh
for both SSH and WinRM.
- Recreate RDP certificate to use SHA256 as SHA1 is being deprecated.
- Enable a few Hyper-V features for the default QEMU/Libvirt Vagrantfile.
- Updated OpenSSH version to v8.6.0.0p1-Beta.
- Updated VirtIO driver version to
0.1.185
.
- Raised minimum Ansible version to
2.9.0
.
v0.7.0 - 2019-12-20
- Added
qemu/libvirt
boxes and default template to use VirtIO drivers for better performance
- Pin the VirtIO driver version to a specific version that can be manually updated across version. Currently at the latest stable version of
0.1.171
.
- Updated OpenSSH version to v8.0.0.0p1-Beta
- Raised minimum Ansible version to
2.7.0
.
- Swapped the connection plugin from
winrm
to psrp
for faster builds. The pypsrp Python library needs to be installed.
v0.6.0 - 2019-01-20
- Fix logic when setting the
LocalAccountTokenFilterPolicy
value when setting up the WinRM listener
- Added ability to override the base Chocolatey packages that are installed with the image, use the
opt_package_setup_packages
variable with -e
when generating the template to configure
- Moved away from custom role to install the Win32-OpenSSH components, now using the jborean93.win_openssh role
- Updated OpenSSH version 7.9.0.0p1-Beta
- Installed the virtio-network driver on VirtualBox images
v0.5.0 - 2018-08-08
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
v0.0.1 - 2017-10-29
- First images built by this process
3 providers for this version.
-
hyperv
|
unknown
|
Hosted by Vagrant Cloud
(4.31 GB)
|
|
-
libvirt
|
unknown
|
Hosted by Vagrant Cloud
(4.62 GB)
|
|
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(4.41 GB)
|
|
This version was created
over 3 years ago.
Packer Windoze - jborean93/WindowsServer2012R2
Info
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
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH V8.6.0.0p1-Beta
- PowerShell (
pwsh.exe
) with SSH remoting setup
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v1.0.0 - 2021-06-19
- Removed Packer as part of the build process, this runs using Ansible only.
- Removed the Server 2008 and 2008 R2 builds as they are end of life.
- Disabled shutdown tracker UI by default.
- Added Server 2022 based on the latest preview ISO on the evaluation centre.
- Added
pwsh
to the image and configured PSRemoting of pwsh
for both SSH and WinRM.
- Recreate RDP certificate to use SHA256 as SHA1 is being deprecated.
- Enable a few Hyper-V features for the default QEMU/Libvirt Vagrantfile.
- Updated OpenSSH version to v8.6.0.0p1-Beta.
- Updated VirtIO driver version to
0.1.185
.
- Raised minimum Ansible version to
2.9.0
.
v0.7.0 - 2019-12-20
- Added
qemu/libvirt
boxes and default template to use VirtIO drivers for better performance
- Pin the VirtIO driver version to a specific version that can be manually updated across version. Currently at the latest stable version of
0.1.171
.
- Updated OpenSSH version to v8.0.0.0p1-Beta
- Raised minimum Ansible version to
2.7.0
.
- Swapped the connection plugin from
winrm
to psrp
for faster builds. The pypsrp Python library needs to be installed.
v0.6.0 - 2019-01-20
- Fix logic when setting the
LocalAccountTokenFilterPolicy
value when setting up the WinRM listener
- Added ability to override the base Chocolatey packages that are installed with the image, use the
opt_package_setup_packages
variable with -e
when generating the template to configure
- Moved away from custom role to install the Win32-OpenSSH components, now using the jborean93.win_openssh role
- Updated OpenSSH version 7.9.0.0p1-Beta
- Installed the virtio-network driver on VirtualBox images
v0.5.0 - 2018-08-08
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
v0.0.1 - 2017-10-29
- First images built by this process
3 providers for this version.
-
hyperv
|
unknown
|
Hosted by Vagrant Cloud
(4.21 GB)
|
|
-
libvirt
|
unknown
|
Hosted by Vagrant Cloud
(4.55 GB)
|
|
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(4.34 GB)
|
|
This version was created
almost 5 years ago.
Packer Windoze - jborean93/WindowsServer2012R2
Info
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
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v8.0.0.0p1-Beta
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v0.7.0 - 2019-12-20
- Added
qemu/libvirt
boxes and default template to use VirtIO drivers for better performance
- Pin the VirtIO driver version to a specific version that can be manually updated across version. Currently at the latest stable version of
0.1.171
.
- Updated OpenSSH version to v8.0.0.0p1-Beta
- Raised minimum Ansible version to
2.7.0
.
- Swapped the connection plugin from
winrm
to psrp
for faster builds. The pypsrp Python library needs to be installed.
v0.6.0 - 2019-01-20
- Fix logic when setting the
LocalAccountTokenFilterPolicy
value when setting up the WinRM listener
- Added ability to override the base Chocolatey packages that are installed with the image, use the
opt_package_setup_packages
variable with -e
when generating the template to configure
- Moved away from custom role to install the Win32-OpenSSH components, now using the jborean93.win_openssh role
- Updated OpenSSH version 7.9.0.0p1-Beta
- Installed the virtio-network driver on VirtualBox images
v0.5.0 - 2018-08-08
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
v0.0.1 - 2017-10-29
- First images built by this process
3 providers for this version.
-
hyperv
|
unknown
|
Hosted by Vagrant Cloud
(3.82 GB)
|
|
-
libvirt
|
unknown
|
Hosted by Vagrant Cloud
(4.11 GB)
|
|
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(3.97 GB)
|
|
This version was created
over 5 years ago.
Packer Windoze - jborean93/WindowsServer2012R2
Info
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
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v7.7.2.0p1-Beta
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v0.6.0 - 2019-01-20
- Fix logic when setting the
LocalAccountTokenFilterPolicy
value when setting up the WinRM listener
- Added ability to override the base Chocolatey packages that are installed with the image, use the
opt_package_setup_packages
variable with -e
when generating the template to configure
- Moved away from custom role to install the Win32-OpenSSH components, now using the jborean93.win_openssh role
- Updated OpenSSH version 7.9.0.0p1-Beta
- Installed the virtio-network driver on VirtualBox images
v0.5.0 - 2018-08-08
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
v0.0.1 - 2017-10-29
- First images built by this process
2 providers for this version.
-
hyperv
|
unknown
|
Hosted by Vagrant Cloud
(3.76 GB)
|
|
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(3.93 GB)
|
|
This version was created
about 6 years ago.
Packer Windoze - jborean93/WindowsServer2012R2
Info
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
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v7.7.2.0p1-Beta
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v0.5.0 - 2018-08-08
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
v0.0.1 - 2017-10-29
- First images built by this process
1 provider for this version.
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(3.92 GB)
|
|
This version was created
over 6 years ago.
Packer Windoze - jborean93/WindowsServer2012R2
Info
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
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v7.6.1.0p1-Beta
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
v0.0.1 - 2017-10-29
- First images built by this process
2 providers for this version.
-
hyperv
|
unknown
|
Hosted by Vagrant Cloud
(3.78 GB)
|
|
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(4.22 GB)
|
|
This version was created
over 6 years ago.
Packer Windoze - jborean93/WindowsServer2012R2
Info
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
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v7.6.1.0p1-Beta
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v0.3.0 - 2018-05-09
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
v0.0.1 - 2017-10-29
- First images built by this process
2 providers for this version.
-
hyperv
|
unknown
|
Hosted by Vagrant Cloud
(3.74 GB)
|
|
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(4.29 GB)
|
|
This version was created
almost 7 years ago.
Info
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
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v0.0.23.0 - Except on Server 2008 SP2 images
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
See packer-windoze CHANGELOG.md
for more info
- Vagrantfile template is now associated with each image
- Sysprep is now run before the image is created saving time when starting up
a box
- Evaluation is rearmed after image is started to get the full trial
- Removed the SSL HTTPS certificate created during the Packer build as it is
redundant after that
- Install Win32-OpenSSH and set to start that when the image is created, this
is not done with Server 2008 SP2 as it does not work on this version
- Installed the VirtualBox Guest Additions in the image
- Added Vim to the list of installed programs so the core image is more useful
1 provider for this version.
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(4.38 GB)
|
|
This version was created
almost 7 years ago.
First cut at a Vagrantbox for WIndows Server 2012 R2 Standard. This is a minimal image based on the evaluation ISO.
Username: vagrant
Password: vagrant
1 provider for this version.
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(4.24 GB)
|
|