I am interested to see if you can use remote tasks to return conf file information to a txt file on my OME server.
An example of this would be to get the /etc/hosts file for a number of Linux servers.
I have noticed that when you try to choose a generic command to run the Schedule and credentials option disappears and you can't choose servers to run the command on.
I have tried playing around with a script on the client system called /root/test.sh
test.sh is a one line script containing;
cat /etc/hosts
Can this work or is it not possible ?