powershell command line parameter are executed in uppercase? powershell command line parameter are executed in uppercase? powershell powershell

powershell command line parameter are executed in uppercase?


For some reason, the Windows PowerShell team decided to make wget the alias name of the Invoke-WebRequest cmdlet.

Invoke-WebRequest does not even try to be compatible to wget.

To make sure PowerShell calls the actual wget program, use its full name, wget.exe