Utilizzando il comando PowerShell Invoke-WebRequest

PowerShell

Invoke-WebRequest https://www.sgart.it
può capitare di incorrere in questo errore about:security_powershell.exe (IE Security)
dovuto alla configurazione di Internet Explorer Enhanced Security.

Per risolverlo si può usare il parametro -UseBasicParsing

PowerShell

Invoke-WebRequest https://www.sgart.it -UseBasicParsing
che eseguito da una shell DOS diventa

PowerShell

powershell -command Invoke-WebRequest https://www.sgart.it -UseBasicParsing
Tags:
Browser25 DOS10 Errori120 PowerShell200
Potrebbe interessarti anche: