I have a script that runs an external exe. When that exe fail (sets errorlevel to 1), the powershell script fails.
I'm running curl.exe and getting this: + CategoryInfo : NotSpecified: ( % Total % ... Time Current:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError
How can I ignore/catch the failure of the external exe and continue with my script?