Dear All,
I would like to execute a ps1 script to return some text from my Windows machine.
So I add an item to Windows host, as below
system.run[powershell -NoProfile -ExecutionPolicy bypass -File "\\myshare\myscript.ps1",1]
However, it doesnt work, it shows not supported in host page and Unknown metric system.run.
Tried to added to AllowKey = system.run[*] in agent conf file, but still now working.
Any ideas?
Best Regards
I would like to execute a ps1 script to return some text from my Windows machine.
So I add an item to Windows host, as below
system.run[powershell -NoProfile -ExecutionPolicy bypass -File "\\myshare\myscript.ps1",1]
However, it doesnt work, it shows not supported in host page and Unknown metric system.run.
Tried to added to AllowKey = system.run[*] in agent conf file, but still now working.
Any ideas?
Best Regards

Comment