Ask a questionAsk a question
 

AnswerManaging task scheduler histories

  • Tuesday, November 03, 2009 10:30 PMTheBalance Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    In event viewer there is a setting which allows logs to sized / overwritten as required etc.

    Is there a similar capability for task scheduler histories or do they just keep growing indefinitely unless manually pruned?

    Thanks

Answers

  • Wednesday, November 04, 2009 8:56 AMDale QiaoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,

    As I know, a task's history is tracked by events in the Microsoft-Windows-TaskScheduler event log. Events are raised when a task is started, run, when the task is finished executing, and at other times to track a task's history. Errors related to a task are also tracked in the task's history. Thus we only need to custom sizes in Event Viewer.

    For references:

    View Task Properties and History

    Manage Event Logs

    Best Regards
    Dale

All Replies

  • Wednesday, November 04, 2009 8:56 AMDale QiaoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,

    As I know, a task's history is tracked by events in the Microsoft-Windows-TaskScheduler event log. Events are raised when a task is started, run, when the task is finished executing, and at other times to track a task's history. Errors related to a task are also tracked in the task's history. Thus we only need to custom sizes in Event Viewer.

    For references:

    View Task Properties and History

    Manage Event Logs

    Best Regards
    Dale
  • Tuesday, November 10, 2009 8:46 AMTheBalance Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks for the help - gives me what I need / allays my worries.