So I have created a job that then sends the output to a file on the server, I want to have the host-name of the device that I am running the job on so that it is obvious which device this is for.
I don't want to hard-code the host-name of the device so that I can run the job on lots of devices and it will save a new file for ever device rather than having all the config for all the devices on one file.
any ideas?