L'action pour votre tâche planifiée doit appeler powershell.exe
avec le fichier script passé en argument. Voir http://blogs.technet.com/b/heyscriptingguy/archive/2012/08/11/weekend-scripter-use-the-windows-task-scheduler- exécuter-un-script-powershell-windows.aspx
powershell.exe -file c:\path_to_your_script\script.ps1
L'utilisateur sous lequel le script s'exécute doit disposer des autorisations nécessaires pour effectuer toutes les actions du script.