Windows task scheduler

Read that here:

I have looked at this first when I was doing sqlserver backups

Why is history tab in windows server task scheduler disabled?

Search for: Why is history tab in windows server task scheduler disabled?


In the Actions pane, click Enable All Tasks History

is there a disadvantage to enabling all tasks history in windows scheduler?

Search for: is there a disadvantage to enabling all tasks history in windows scheduler?

A task's history is tracked by events in the Microsoft-Windows-TaskScheduler event log

Options for windows Schtasks command

Search for: Options for windows Schtasks command

MS reference on this command


schtasks /Query 
[/S system [/U username [/P [password]]]]
[/FO format | /XML] [/NH] [/V] [/TN taskname] [/?]

How can I get a list of windows scheduled tasks that were run since a certain date?

Search for: How can I get a list of windows scheduled tasks that were run since a certain date?