Validating Scheduled Task?

  • Thread starter Thread starter VictorC
  • Start date Start date
V

VictorC

We have 20+ servers that have Scheduled Tasks created in the GUI. At
times, there are inconsistencies but we need to keep all the tasks/times
the same. As admins, we would like to verify/validate all the details
of these tasks through an automated script.

Is this possible? I can't find the details in the registry. I can only
see the .job file created in C:\winnt\Tasks but it's in binary. Is
there any tool that can show details of it by command line or something
similar?

Any help is greatly appreciated.

Thanks,
Victor
 
VictorC said:
We have 20+ servers that have Scheduled Tasks created in the GUI. At
times, there are inconsistencies but we need to keep all the tasks/times
the same. As admins, we would like to verify/validate all the details
of these tasks through an automated script.

Is this possible? I can't find the details in the registry. I can only
see the .job file created in C:\winnt\Tasks but it's in binary. Is
there any tool that can show details of it by command line or something
similar?

Any help is greatly appreciated.

Thanks,
Victor

You'll have to schedule your tasks via at.exe so that you
can check them at a command line, again using at.exe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top