k1000 database tables
Hello all,
I am trying to learn how to create reports for scripting.
we have some scripts that runs on schedule and some time we manually run them from "run now".
Management would like to know which computers received these scripts.
I talked to kace support today and couldn't get all my answers.
so the question is ; I learn some scripts results are kept in kbot and kbot_logs tables specially if they are scheduled scripts. If so where are the tables for run now (on demand) script tables?
thanks in advance.
Answers (2)
If KACE support are struggling….
so from what I can see the run now scripts are also stored in the KBOT_LOG table. For reporting you can link to the KBOT table to get the Name and to the MACHINE table to get the device names.
so you should be able to pull a report that says what run now scripts were run on devices at what times.