In this article, we’ll create a lightweight PowerShell action that performs an ICMP ping test and returns the results.
Why Use a Ping Test in Orchestrator?A ping test can be useful for:
Verifying network reachability before executing automation tasks. Validating DNS name resolution. Troubleshooting connectivity issues between Orchestrator and m...