hi all ,
I want to enable send command to run application using specific user on my windows server , I am trying to use psexec command send via zabbix_get from zabbix server but when I check process list on my windows sever only psexec processing running and the application that send via psexec is not running on my windows server
however when I run the command psexec -username admin -password mypass c:\myapp.exe It working find ,
how can I send psexec command using zabbixget like below?
because this command running only psexec command without running myapp.exe
zabbix_get -s 192.168.9.9 -k system.run["psexec.exe -i 0 -u Administrator -p password c:/myapp.exe"]
I want to enable send command to run application using specific user on my windows server , I am trying to use psexec command send via zabbix_get from zabbix server but when I check process list on my windows sever only psexec processing running and the application that send via psexec is not running on my windows server
however when I run the command psexec -username admin -password mypass c:\myapp.exe It working find ,
how can I send psexec command using zabbixget like below?
because this command running only psexec command without running myapp.exe
zabbix_get -s 192.168.9.9 -k system.run["psexec.exe -i 0 -u Administrator -p password c:/myapp.exe"]