Scheduled Task Relevance

(imported topic written by jpboisen91)

I am wanting to collect some scheduled task information in an Analysis. I can do the basics as far as listing a scheduled task, but I am needing additional information as well and cannot figure out exactly how to do this. The properties I need are as follows. If you could be of assistance I would appreciate it.

Name Of Task

Command and Arguments (I know starting with Vista there can be multiple actions, the return could be an additional line with all other properties the same except this one.)

Next Scheduled Run

Account Run As

When Created

When Last Modified

Who Created it

1 Like

(imported comment written by cstoneba)

these are all the known inspectors for Scheduled Tasks. Which attributes are you trying to collect in your Analysis?

q: properties whose (it as string as lowercase contains “scheduled”)

A: next_scheduled_power_on_month of : integer

A: next_scheduled_power_on_day_of_month of : integer

A: next_scheduled_power_on_hour of : integer

A: next_scheduled_power_on_minute of : integer

A: next_scheduled_power_on_second of : integer

A: scheduled task : scheduled task

A: scheduled tasks: scheduled task

A: first interface scheduled tasks: scheduled task

A: security descriptor of : security descriptor

A: definition of : task definition

A: enabled of : boolean

A: last run time of : time

A: last task result of : integer

A: name of : string

A: next run time of : time

A: missed run count of : integer

A: path of : string

A: unknown state of : boolean

A: disabled state of : boolean

A: queued state of : boolean

A: ready state of : boolean

A: running state of : boolean

A: xml of : string

A: trigger strings of : string

A: scheduled tasks of : scheduled task

A: descendants of : scheduled task

A: scheduled task of : scheduled task