This commit is contained in:
Mario Fetka 2019-03-15 13:42:27 +01:00
parent bc528eb25e
commit fb27e5b465
1 changed files with 1 additions and 1 deletions

View File

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