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;)"