Skip to content

Commit f972419

Browse files
authored
Merge pull request #6 from DarwinJS/feature/server-2008-support
Doc updates for 1.1.9
2 parents c70f8f7 + 9621eee commit f972419

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

Undo-WinRMConfig.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Param (
4545
[switch]$Version
4646
)
4747

48-
$ThisScriptVersion = '1.1.9'
48+
$ThisScriptVersion = '1.2.0'
4949

5050
If ($version)
5151
{
11.8 KB
Loading

chocolateypackaging/undo-winrmconfig-during-shutdown.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>undo-winrmconfig-during-shutdown</id>
6-
<version>1.1.9-alpha2</version>
6+
<version>1.2.0</version>
77
<packageSourceUrl>https://github.com/DarwinJS/CloudyWindowsAutomationCode/tree/master/Undo-WinRMConfig</packageSourceUrl>
88
<owners>DarwinJS</owners>
99
<title>undo-winrmconfig-during-shutdown (Install)</title>

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)