Hello!
To run command on management server itself, you don't need to change server's configuration file. You just need to specify your executable under "Command". If you wish to run .bat or .cmd file, you may need to use form of
cmd.exe /C <your_cmd>
Executable can be located anywhere, but if it is not in system PATH, you should add full path to it when defining action.
Best regards,
Victor
To run command on management server itself, you don't need to change server's configuration file. You just need to specify your executable under "Command". If you wish to run .bat or .cmd file, you may need to use form of
cmd.exe /C <your_cmd>
Executable can be located anywhere, but if it is not in system PATH, you should add full path to it when defining action.
Best regards,
Victor
It was a pleasure to read your post