diff --git a/SetupWinRMAccess.ps1 b/SetupWinRMAccess.ps1 index 95334c4..cfa0b07 100644 --- a/SetupWinRMAccess.ps1 +++ b/SetupWinRMAccess.ps1 @@ -24,7 +24,7 @@ function SetAdminOnlyACL($path) { } # Download and install OpenSSL -$filename="Win32OpenSSL_Light-1_0_1h.exe" +$filename="Win32OpenSSL_Light-1_0_1i.exe" $filepath = "$ENV:Temp\$filename" (new-object System.Net.WebClient).DownloadFile("http://slproweb.com/download/$filename", $filepath) Start-Process -Wait -FilePath $filepath -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes"