Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to move/copy Windows 2003 Server scheduled task to Windows 2012 Server?

We are replacing an old 2003 server with 2012 server. We have 50+ scheduled task on the 2003 server. How can I export/copy the scheduled task from 2003 server and import those into 2012 server?

like image 962
user3498389 Avatar asked Jun 09 '15 17:06

user3498389


People also ask

How do I copy Scheduled Tasks from one server to another?

If you want to copy the task, select Copy, and if you want to move the task, select Cut. Open My Network Places in Windows Explorer, expand the domain or workgroup, and select the target machine where you want to copy or move the task. Right-click the target machine's Scheduled Tasks, and click Paste.

How do I export a scheduled task from windows server?

Open Start. Search for Command Prompt, right-click the top result, and select the Run as administrator option. Type the following command to export a scheduled task and press Enter. In the command, make sure to update the command (“\TASK-PATH-TASKSCHEDULER\TASK-NAME,” “%UserProfile%\EXPORT-FOLDER-PATH\TASK-EXPORT-NAME.


1 Answers

Step by Step easiest solution:

  1. Open Task Scheduler(TS) in Windows 2008 or 2012
  2. Select top node on the left pane named "Task Scheduler(Local)"
  3. Click on "ACTION" Menu on the top , and select "Connect to Another Computer..", Key in the IP address or the name of your 2003 server and click OK.
  4. Click on the 2nd Node on the left pane named "Task Scheduler Library", you might get a message box with info "Copyconfig.job" no longer exists...just ignore it and click OK, you should see all your 2003 server scheduled jobs on the right pane.
  5. Select the 2003 tasks one at a time , then right click and select export...export it to a known location.
  6. Once you are done exporting all the 2003 tasks, close the Task Scheduler and reopen it.
  7. Click on the ACTION menu, select Import and import from the exported location One Job at a time , make sure to user account under whom the jobs needs to be run in the new server.

Screen shots here https://social.technet.microsoft.com/Forums/windowsserver/en-US/467e5cab-2368-42de-ae78-d86b644a0e71/transfer-scheduled-tasks-to-server-2008?forum=winserverMigration

like image 85
Shrimant Patel Avatar answered Oct 05 '22 05:10

Shrimant Patel