Hi there,
I have a Powershell script that I want to execute on Clients. In the zabbix agent Config I added, the User Parameter:
So it works fine, but I aks following. Will the script run anyways or just then, when I connect the Item "script.item" to a client?
Is anyone here, who know's that?
Thanks a lot
I have a Powershell script that I want to execute on Clients. In the zabbix agent Config I added, the User Parameter:
Code:
UserParameter=script.item,powershell.exe -NoProfile -ExecutionPolicy bypass -File "C:\Program Files\zabbix\script.ps1" $1
Is anyone here, who know's that?
Thanks a lot
Comment