Hello-
I understand how to pull out (a particular) ENV variable/value pairs from my machine, but i need to get the same pair from a list of machines.
For e.g. I have a system var "T_VERSION" in all machines I support. about 100 of them. i am trying to pull out the values of this var from all 100 machines and export to a txt file.
I am not sure, how to get to other's ENV hash and get it.
Any idea?