I have a process where I ping a large list of servers and spool results to a text file. It either spools a message saying the server is valid and is available for processing. Or, an error message based on what type of error the PING command throws.
Success:
And this is one of the failures:
In each error message, it's prefixed with Error.
That is how I set up my Content Check but it doesn't seem to be working. Does this seem to be right?