Is it possible to initiate K1000 scripts outside the web console?
Answers (2)
Top Answer
What you can do is:
Setup a script/Managed Install in the user console, so a user can initiate the installation etc via the userui in a software library.
This feature is configured in the service desk module.
You are also able to setup user groups which have only specific rights (only use the scripting module or the managed installs etc)
Comments:
-
It sounds like I need to take a closer look at the service desk module. Thanks for the info! - seaportmanteau 8 years ago
As Nico_K mentioned, it is best to do it through the web interface, and the User Console Library is definitely your best choice for what you want to accomplish.
However, it is possible to run a k-script from the command line directly on the PC. First of all, find the script ID number by going to the web UI, Scripting page. Hover your mouse over the script you want and look at the status bar, where the URL shows something like: http://kbox/adminui/kbot.php?ID=241. Then, from the agent install folder (usually C:\Program Files\Dell\KACE) execute "runkbot.exe 241 0", where 241 is the script ID from the URL.