How can I get KACE to run a script when a user action occurs?
Is it possible to get KACE to run a script on a machine immediately when some condition happens on the client/agent machine?
I need the script to run on the agent machine within 1 minute of the condition happening (like a user clicking a button). This is because I need an application to update to a newer version only when the user does something.
Right after the user action I may be able to create file or a setting that KACE will be able to see.
The problem is that KACE should react immediately. But if I set the inventory interval very low and use a custom condition it might affect the general performance of KACE, since there are many client machines.
Answers (2)
"C:\Program Files (x86)\Dell\KACE\Runkbot.exe" <SCRIPT ID> 0
Example: "C:\Program Files (x86)\Dell\KACE\Runkbot.exe" 611 0
Comments:
-
Thanks. The script I need to run requires administrator rights (it's an update/patching job). That's why I need KACE to run it.
If the client calls Runkbot.exe can that get KACE to run the update script right away? - Rye bread 7 years ago
1. Client creates file or registry key that KACE is set up to recognize
2. Client forces inventory check-in to cause KACE to run the rules immediately
3. KACE sees the file/registry and runs the script
This has to happen within 1 minute and not cause performance degradation of the entire system... - Rye bread 7 years ago
With admin rights, I could see my computer in the at the top of the Devices list sorted by Last inventory.
Unfortunately it failed when I ran it without admin rights. - Rye bread 7 years ago