From fb27e5b465c3fd0c73ff0857f0367177d1f7fcb2 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 15 Mar 2019 13:42:27 +0100 Subject: [PATCH] Bump --- New-SysinternalsSuiteInstaller.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New-SysinternalsSuiteInstaller.ps1 b/New-SysinternalsSuiteInstaller.ps1 index ae66493..abed48b 100644 --- a/New-SysinternalsSuiteInstaller.ps1 +++ b/New-SysinternalsSuiteInstaller.ps1 @@ -59,7 +59,7 @@ function Extract-Zip $invocation = (Get-Variable MyInvocation -Scope 0).Value $scriptPath = Split-Path $Invocation.MyCommand.Path -$uriZipFile = "http://download.sysinternals.com/files/SysinternalsSuite.zip" +$uriZipFile = "https://download.sysinternals.com/files/SysinternalsSuite.zip" $uriWebPage = "http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx" $regexPattern = "

Updated: (.+?)<\/p>" $userAgent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)"