Hello all,
this is my first post in the group. I have been trying to get all the software installed on a windows machine using system.run . The Agent version is the latest 5.4
i already updated the conf file with AllowKey=system.run[*] and EnableRemoteCommands=1. and also ListenIP=192.168...... and ServerActive=127.0.0.1
The command used for the item is system.run[ "C:\Programs\test.bat"] as key. Can you please advice me here. I am lost.
Thanks in advance.The bat code is simple:
echo off
wmic product get Name, Version
this is my first post in the group. I have been trying to get all the software installed on a windows machine using system.run . The Agent version is the latest 5.4
i already updated the conf file with AllowKey=system.run[*] and EnableRemoteCommands=1. and also ListenIP=192.168...... and ServerActive=127.0.0.1
The command used for the item is system.run[ "C:\Programs\test.bat"] as key. Can you please advice me here. I am lost.
Thanks in advance.The bat code is simple:
echo off
wmic product get Name, Version
Comment