Jason from Assension health raised a query about how to interface with cmd.exe and specifically how to send a Ping command and receive the response.
Attached is a Certified object that I created for Jason - with a new Ping action.
After discussion with Sam - the recommendation for customers wanting the use cmd.exe is instead to try using the Utililtiy - Environment action, Start Process. If the response from the command is requried then arguments can be added to output the result to a text file for interregation. I.e. Ping 10.0.0.1 > C:\MyTestCmd.txt