Skip to content

Commit e14f63d

Browse files
committed
Doc updates for 1.1.9
1 parent b6bd39e commit e14f63d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- [Run Immediately (Careful!)](#run-immediately-careful)
1414
- [Remove Shutdown Job Before It Runs](#remove-shutdown-job-before-it-runs)
1515
- [Place On Image Template Without Running](#place-on-image-template-without-running)
16-
- [Chocolatey Package](#chocolatey-package)
16+
- [Chocolatey Package (Pre-release - does not show up publicly](#chocolatey-package-pre-release---does-not-show-up-publicly)
1717
- [Run At Shutdown (default)](#run-at-shutdown-default)
1818
- [Run Immediately (Careful!)](#run-immediately-careful)
1919
- [Remove Shutdown Job Before It Runs](#remove-shutdown-job-before-it-runs)
@@ -36,7 +36,9 @@ Run Scope:
3636
* Run under a system account service (choco / non-choco)
3737

3838
OS / PowerShell Scope:
39-
* Windows 7 / 2008 R2, Windows 8.1 / 2012 R2, Windows 10 / 2016
39+
* Windows 2008 R2 (Tested) / Windows 7 (Windows Version 6.1)
40+
* Server 2012 R2 (Tested) / Windows 8.1 (Windows Version 6.3)
41+
* Server 2016 (Tested) / Windows 10 (Windows Version 10.0)
4042

4143
# The Important Security Problem
4244
Many windows remote orchestration tools (e.g. Packer) instruct you to open up winrm permissions in a way that is not safe for (nor intended for) use in production. (e.g. https://www.packer.io/docs/builders/ncloud.html#sample-code-of-template-json) Generally there is no guidance on how to re-secure it nor even a reminder to do so. The assumption most likely being that you would handle proper winrm re-configuration as a part of provisioning the machine - but in many organizations systems preparation may be the only use of WinRM - so it is forgotten. Or maybe whatever you use to re-configure it does not actively manage one of the permissive settings used during machine provisioning.

0 commit comments

Comments
 (0)