Is it possible to create a try-catch that catches a non-Powershell cmdlet error?
Example Error:
iperf3: error - unable to connect to server: Connection timed out
I want to catch that error and then try a different server for redundancy.
Thank you for the assist.