We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcaafe4 + 45095ba commit de4446aCopy full SHA for de4446a
SetupWinRMAccessSelfSigned.ps1
@@ -99,3 +99,7 @@ New-Item -Path wsman:\localhost\listener -transport https -address * -Certificat
99
Set-Item wsman:\localhost\service\Auth\Basic -Value $true
100
101
CreateWinRMHttpsFirewallRule
102
+
103
+#reg key for use by automation to verify this script has completed
104
+if (-not (Test-Path HKLM:\SOFTWARE\cloudbase)) {New-Item -Path HKLM:\SOFTWARE\cloudbase}
105
+Set-ItemProperty -Path HKLM:\SOFTWARE\cloudbase -Name WinRMAccess -Value 1
0 commit comments