スケジュールされたタスクのアクションは、powershell.exe
を呼び出す必要があります スクリプトファイルが引数として渡されます。 http://blogs.technet.com/b/heyscriptingguy/archive/2012/08/11/weekend-scripter-use-the-windows-task-scheduler- to-run-a-windows-powershell-script.aspx
powershell.exe -file c:\path_to_your_script\script.ps1
スクリプトを実行するユーザーは、スクリプト内のすべてのアクションを実行するために必要な権限を持っている必要があります。