In order to run a Windows PowerShell script through the Windows Task Scheduler:

  • Run the Task Scheduler:

    Start ➞ Control Panel ➞ Administrative Tools ➞ Task Scheduler

  • Create and schedule a task that starts a program.

    Specify the program to run as:

    1C:\WINDOWS\system32\WindowsPowerShell\v1.0\Powershell.exe
    

    Specify the arguments as:

    1C:\PathToMyScript\MyScript.ps1
    

The PowerShell script will now run as scheduled.

Please leave below any comments, feedback or suggestions, or alternatively contact me on a social network.

comments powered by Disqus