hi Ruel,
> Is there a way to import into a table Scheduled Task Information like the
> Schedule, Next Run Time, and Last Run Time from Scheduled Tasks? Any
> information is greatly appreciated! Thanks.
http://msdn2.microsoft.com/en-us/library/aa384006.aspx
mfG
--> stefan <--
Ruel Cespedes - 15 Jan 2007 22:51 GMT
Stefan,
I found this link:
http://msdn2.microsoft.com/en-us/library/aa446865.aspx#Mtps_DropDownFilterText
This scripting example shows how to enumerate tasks in a task folder and
display property values from each task. However, it requires an ActiveX
"Schedule.Service" that I can not find. Any ideas?

Signature
Ruel Cespedes
Sr. Programmer Analyst
ruel_cespedes@yahoo.com
Ruel Cespedes - 16 Jan 2007 05:22 GMT
Stefan,
I found a better way. I found a Text File that Scheduled Tasks generates
within the c:\windows\tasks folder. It can only be seen from the dos prompt
(Ok... I'm old school). Nevertheless, here's what I found.
The file is SchedLgU.txt and it is a log of all Tasks completed. It's enough
to get me started.
Thanks for your help!