i have one script vbs for get the Windows updates number, When i running manually is ok, however When executed hair zabbix IT Returns empty .
script:
Set updateSession = CreateObject("Microsoft.Update.Session")
Set updateSearcher = updateSession.CreateupdateSearcher()...
Search Result
Collapse
3 results in 0.0019 seconds.
Keywords
Members
Tags
-
Script VBS não funciona
tenho um script que baixei para pegar o numero de updates do windows, esta funcionando perfeitamente quando executo manualmente, porem quando executado pelo zabbix ele retorna vazio.
fiz um teste colocando a saida por um txt.
script abaixo:
Set updateSession... -
Monitoring Windows Registry
I wanted to be able to monitor changes to the windows registry of my Zabbix clients, and I wasn't able to find something that did this. So, I wrote a vbscript that allows me to do this. Consider this a test version of the script. I have been using it a little, but haven't done any rigorous testing of...