I was trying to run a [[cURL]] command in PowerShell (copying the generated code out of [[Postman]] for some remote testing) and [[PowerShell]] overloads `curl` to `Invoke-WebRequest` which doesn't accept the same arguments.
I posted this on Mastodon for the giggles but [[Daniel Senberg]] pointed out that `curl.exe` *is* available. Tweaking the call to `curl.exe ...` works instead but is a manual step. I don't see why Windows would decide this overload is a good idea rather than just `curl` -> `curl.exe`.
https://talking.dev/@chip/114302943238136568