Skip to content

Commit dcc1d04

Browse files
committed
Final updates for 1.1.8-alpha1
1 parent 5f178b7 commit dcc1d04

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Undo-WinRMConfig.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<#
22
.SYNOPSIS
33
Initializes (full read of all bytes) AWS EBS volumes using FIO (File IO Utility).
4-
See this post for full details on why this code is helpful: https://cloudywindows.io/winrm-for-provisioning---close-the-door-when-you-are-done-eh/
4+
See this post for full details on why this code is helpful: https://cloudywindows.io/winrm-for-provisioning---close-the-door-on-the-way-out-eh/
55
.DESCRIPTION
66
CloudyWindows.io DevOps Automation: https://github.com/DarwinJS/CloudyWindowsAutomationCode
77
Why and How Blog Post: https://cloudywindows.io/winrm-for-provisioning---close-the-door-when-you-are-done-eh/

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.8</version>
6+
<version>1.1.8-alpha1</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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@ This code was engineered and tested on Server 2012 R2 / PowerShell 4 - it is unk
9494
## Place On Image Template Without Running
9595
Invoke-webrequest -uri 'https://raw.githubusercontent.com/DarwinJS/Undo-WinRMConfig/master/Undo-WinRMConfig.ps1' -outfile $env:public\Undo-WinRMConfig.ps1
9696

97-
## Chocolatey Package
97+
## Chocolatey Package (Pre-release - does not show up publicly
9898

9999
**ATTENTION: While this code is in the community feedback phase, I have it on a test feed. It will be available via chocolatey.org when the code is finalized**
100100

101101
### Run At Shutdown (default)
102-
choco install undo-winrmconfig-at-shutdown -confirm -source https://www.myget.org/F/chocotesting/api/v2/
102+
choco install undo-winrmconfig-at-shutdown -pre -confirm
103103

104104
### Run Immediately (Careful!)
105105
**Caution:** If you run this command while remoting in, you will slam the remoting connection closed and have a non-zero exit code.
106106

107-
choco install undo-winrmconfig-at-shutdown -confirm -params '"/RunImmediately"' -source https://www.myget.org/F/chocotesting/api/v2/
107+
choco install undo-winrmconfig-at-shutdown -pre -confirm -params '"/RunImmediately"' -source https://www.myget.org/F/chocotesting/api/v2/
108108

109109
### Remove Shutdown Job Before It Runs
110110

0 commit comments

Comments
 (0)