Is there a way to schedule a KACE SMA report to run on the last day of the month?
Would like to run a scheduled report on the LAST day of the month regardless of how many days are in the month .
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
Nico_K
6 days ago
the schedule is made over a cronjob.
Sadly cron cannot run this like that without additions.
As soon as you can add a SQL statement to that (like you want to run a script on the last day of the month) it is possible, but for scheduling reports this is not possible.