Question:
How to run an asset job every day at a particular time?
Environment:
CA Client Automation - All Versions
Answer:
Create an Asset job which runs only once on every computer. The asset job would need to run
the AT command, e.g. if you want to shutdown the computer daily at 23:59 hrs, it would be:
AT 23:59 Every:M,T,W,Th,F,S,Su shutdown /s
Additional Information:
It requires the task scheduler service to be up and running .
More information on the AT command is listed on: http://support.microsoft.com/kb/313565