Job Scheduler - How to schedule a specific day to skip
Is there a way in the job scheduler to schedule a date for a job to not run?
I have a handful of jobs that run daily that we do not want to run on December 31st, but we want to start running again on January 1st.
As far as I know, I can schedule the jobs to end on the 30th at 11:59pm, and either create copies that are scheduled to start on January 1st at 12:00AM, or manually enable the jobs after their normal scheduled time passes on the 31st.
Is there an easier way to schedule the jobs to skip a single scheduled recurrence?