From 5ab54c8dc18ea3bfcf18478f9fb1e7e533377cfb Mon Sep 17 00:00:00 2001 From: Dorin Paslaru Date: Thu, 11 Sep 2014 19:26:02 +0300 Subject: [PATCH] Update $filename Win32OpenSSL_Light-1_0_1h.exe is no longer available, Win32OpenSSL_Light-1_0_1i.exe is the new file --- SetupWinRMAccess.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"