Passaggio all'ora legale 29 marzo 2026 02:00 03:00 sposta avanti l'orologio di 1 ora (si dorme 1 ora in meno)
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:
Browser27 DOS10 Errori120 PowerShell205
Potrebbe interessarti anche: