Hi there,
Got this problem, I have an application that needs to be run when it appears to be off. The problem is it has to run in a particular session - it is some kind of advertisement panel that is exposed on the hallway of our company.
I have finally find the command that works for me:
c:\psexec.exe \\COMPUTERNAME -i -u doman.com\user -p password c:\windows\notepad.exe
It works when I run it from remote host, but as I run it from the zabbix like:
COMPUTERNAME:c:\psexec.exe \\COMPUTERNAME -i -u doman.com\user -p password c:\windows\notepad.exe
it won't work. Simply nothing is being done. I have tried to run it also from bat and vbs and as run from vbs it gives me that "plum" error sound on remote host, but still nothing is being done. In the log file I only see that command has been run.
Does anyone else has been trying such a thing?
Really appreciate for help guys!
Got this problem, I have an application that needs to be run when it appears to be off. The problem is it has to run in a particular session - it is some kind of advertisement panel that is exposed on the hallway of our company.
I have finally find the command that works for me:
c:\psexec.exe \\COMPUTERNAME -i -u doman.com\user -p password c:\windows\notepad.exe
It works when I run it from remote host, but as I run it from the zabbix like:
COMPUTERNAME:c:\psexec.exe \\COMPUTERNAME -i -u doman.com\user -p password c:\windows\notepad.exe
it won't work. Simply nothing is being done. I have tried to run it also from bat and vbs and as run from vbs it gives me that "plum" error sound on remote host, but still nothing is being done. In the log file I only see that command has been run.
Does anyone else has been trying such a thing?
Really appreciate for help guys!

Comment