Moving scheduled jobs to different PC

swapnil kangralkar 21 Reputation points
2022-09-21T16:14:46.267+00:00

Hello,
I have a windows 10 pc acting as a server where I have 30-40 jobs scheduled to run throughout the week at different times on windows task scheduler.

All I want to do is move this list of jobs from one pc to another pc (server). Is there a way where I can avoid manually creating those jobs? Can I just copy/paste some system/config files from the old pc, so that the task scheduler is populated automatically on the new pc?

All the settings and triggers associated with those jobs should also be copied over.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,635 questions
0 comments No comments
{count} votes

Accepted answer
  1. Reza-Ameri 16,866 Reputation points
    2022-09-21T16:39:21.567+00:00

    Task Scheduler has an Export and Import functionality.
    You may open it and right click on tasks which you want to move and click Export and save it.
    Then copy it in a new system and open the Task Scheduler and at the top click on Action and then Import Task... and import them.
    You may use Export-ScheduledTask command in the PowerShell too.
    Have a look at:
    https://learn.microsoft.com/en-us/powershell/module/scheduledtasks/export-scheduledtask

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful