File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<#
2
2
. SYNOPSIS
3
3
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/
5
5
. DESCRIPTION
6
6
CloudyWindows.io DevOps Automation: https://github.com/DarwinJS/CloudyWindowsAutomationCode
7
7
Why and How Blog Post: https://cloudywindows.io/winrm-for-provisioning---close-the-door-when-you-are-done-eh/
Original file line number Diff line number Diff line change 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >undo-winrmconfig-during-shutdown</id >
6
- <version >1.1.8</version >
6
+ <version >1.1.8-alpha1 </version >
7
7
<packageSourceUrl >https://github.com/DarwinJS/CloudyWindowsAutomationCode/tree/master/Undo-WinRMConfig</packageSourceUrl >
8
8
<owners >DarwinJS</owners >
9
9
<title >undo-winrmconfig-during-shutdown (Install)</title >
Original file line number Diff line number Diff line change @@ -94,17 +94,17 @@ This code was engineered and tested on Server 2012 R2 / PowerShell 4 - it is unk
94
94
## Place On Image Template Without Running
95
95
Invoke-webrequest -uri 'https://raw.githubusercontent.com/DarwinJS/Undo-WinRMConfig/master/Undo-WinRMConfig.ps1' -outfile $env:public\Undo-WinRMConfig.ps1
96
96
97
- ## Chocolatey Package
97
+ ## Chocolatey Package (Pre-release - does not show up publicly
98
98
99
99
** 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**
100
100
101
101
### 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
103
103
104
104
### Run Immediately (Careful!)
105
105
** Caution:** If you run this command while remoting in, you will slam the remoting connection closed and have a non-zero exit code.
106
106
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/
108
108
109
109
### Remove Shutdown Job Before It Runs
110
110
You can’t perform that action at this time.
0 commit comments