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.exeSpecify the arguments as: 1C:\PathToMyScript\MyScript.ps1
The PowerShell script will now run as scheduled.
comments powered by Disqus