Staticfactory
IS-IT--Management
What is the most efficient way of checking to see if a remote machine is alive or not? The way my script works right now, it just attempts to connect to the remote computer and processes an OnError routine should it not work. Unfortunately, this causes the script to run slowly as it takes a while for the script to come back with an error, especially when I run a job on 100 machines.
I would like to replace this routine with a simple ping or comm check that will take a fraction of the time. What would you guys recommend?
I would like to replace this routine with a simple ping or comm check that will take a fraction of the time. What would you guys recommend?