May 20, 2013

Execute Powershell as Scheduled Task

Running a Powershell script as a scheduled task is straight forward.  Create a scheduled task with this "Start a program" action:

Program/script: PowerShell.exe
Arguments: -NoLogo -File "Path\file.ps1"