Passaggio all'ora legale 30 marzo 2025 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:
Browser25 DOS10 Errori120 PowerShell201
Potrebbe interessarti anche: