Windows Export Task Schedule
Use the following command to export the task schedule: schtasks /query /FO CSV /V >sched_tasks.csv (tested in windows server 2003)
It provide following columns
TaskName |
Schedule |
Task To Run |
Start In |
Comment |
Scheduled Task State |
Scheduled Type |
Start Time |
Start Date |
End Date |
Days |
Months |
Run As User |
Delete Task If Not Rescheduled |
Stop Task If Runs X Hours and X Mins |
Repeat: Every |
Repeat: Until: Time |
Repeat: Until: Duration |
Repeat: Stop If Still Running |
Idle Time |
Power Management |
Comments
Post a Comment