Answered General Task Scheduler Question

  • Monday, February 18, 2013 9:49 PM
     
     

    I have a general question about Task Scheduler.  I am interested in centralizing my scheduled tasks on one centralized server.  So I don't have to go out to dozens of servers to see what jobs they have and if they ran.  My only concern with doing this is now I would have one point of failure.  If for some reason that one server lost contact I assume none of my scheduled jobs would run.  

    My question is their anyway around this or another way to look at this.

    Thanks

    Andy

All Replies

  • Monday, February 18, 2013 10:11 PM
     
     Answered
    Hey there - if it were me, I'd keep them centralized...but when they run have some type of logging function within the task - and also maybe have it make a backup copy of the task files/scripts to somewhere else on your network.  That's what I do...I create either a bat or vbs that executes the commands (or exe's etc) then it creates a log of the output of the command that I can look at - in a text file.  ...and there's lots of ways to do that in vbs and bat scripting :o)  Hope this helps some :o)
    • Marked As Answer by Andy_x1 Thursday, February 21, 2013 7:11 PM
    •  
  • Monday, February 18, 2013 10:38 PM
     
     Answered

    You can use Event ID Subscription on Task Scheduler Event ID.

    In that case you wil recive an email for specific Event ID.  


    demasine

    • Marked As Answer by Andy_x1 Thursday, February 21, 2013 7:11 PM
    •  
  • Thursday, February 21, 2013 7:12 PM
     
     
    Great idea to create a log.  Thanks