Remotely search a stringvalue from a list of machines
Does anybody have a script to remotely read a given stringvalue if the
computer first responded to ping, and then log the result in a new
file?
This is about 100 computers, so a regular ping will take too long I
guess.
I have a textfile with all machines in it, so I would like to read from
that, and then get a resultfile telling me like this:
Machine1 Had the stringvalue
Machine2 Did not have the stringvalue
Machine3 Had the stringvalue
Machine4 Had the stringvalue
etc. etc.
|