nickbeaulieu Posted October 12, 2016 Report post Posted October 12, 2016 I have a lab of 12 PCs that I need to re-image every 3 months. I've created a task sequence that is zero-touch and works great, however the schedule is where I'm having issues. In my tests I have the schedule to run every day at 12pm. It runs the first day, but the next day it doesn't run. If I have the rerun behavior set to "rerun if failed previous attempt" it doesn't ever run again. If I have the rerun behavior set to "rerun if succeeded on previous attempt" it reruns almost immediately after the imaging is complete. What am I missing here? What is the point of the schedule if it just ignores it? Quote Share this post Link to post Share on other sites More sharing options...
tregelen Posted October 19, 2016 Report post Posted October 19, 2016 Have you tried 'Always rerun program' and have the schedule set to the time you want it? In theory it should always rerun the TS at that time each day (or every 3 months for Prod) An overly complicated way of doing it would be to write a script that creates a new deployment every 3 months and deletes the old one. This could be set as a scheduled task on the server. Quote Share this post Link to post Share on other sites More sharing options...
nickbeaulieu Posted November 2, 2016 Report post Posted November 2, 2016 I've put it to "always rerun program" and set the schedule to once a day (for testing purposes) and the TS reruns a few minutes after it completes. Quote Share this post Link to post Share on other sites More sharing options...
tregelen Posted November 2, 2016 Report post Posted November 2, 2016 Did you set the maintenance window for the time you want it to reimage? Quote Share this post Link to post Share on other sites More sharing options...
nickbeaulieu Posted November 18, 2016 Report post Posted November 18, 2016 ya. When I did that it never runs. :/ Quote Share this post Link to post Share on other sites More sharing options...
tregelen Posted November 20, 2016 Report post Posted November 20, 2016 Ill do some tests in my environment and see what I can come up with. Quote Share this post Link to post Share on other sites More sharing options...