windowswindows-server-2003scheduled-tasks

Scheduling a task to run at the end of every month. (Windows Server 2003 - Scheduled Tasks)


I need to schedule a task to run on the last night of each month, on a Windows 2003 Server.

I see that you can schedule it to run on the "first or last Mon-Fri", or even on the nth day of each month - but, not how to get it to run on the last day (regardless of day of the week or number).

Thanks in advance.

Note: I did check "How do you schedule tasks in Windows?", etc...


Solution

  • Looks like you have to set up multiple schedules for your task. One schedule for the months with 31 days, another for those with 30, and one more for February. See this: http://support.microsoft.com/kb/936627