SCRIPTS icon indicating copy to clipboard operation
SCRIPTS copied to clipboard

JAMBOREE

Open freeload101 opened this issue 2 years ago • 0 comments

calling IE gotta replace all Invoke-WebRequest .... ?!?!

does not work ..

 $xmlResponseIWR = Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/zaproxy/zap-admin/master/ZapVersions.xml'

works ...


$downloadUri = ((Invoke-RestMethod -Method GET -Uri "https://api.github.com/repos/Lexikos/AutoHotkey_L/releases/latest").assets | Where-Object name -like *.zip ).browser_download_url
                Invoke-WebRequest -Uri $downloadUri -Out "$VARCD\autohotkey.zip"

freeload101 avatar Jan 26 '23 21:01 freeload101