Archives for: "December 2014, 23"
Powershell running as a schedule task
That is possible to set as a schedule task. You can use the following command line: powershell -Set-Executionpolicy bypass - file test.ps1 Please remember to set Set-Executionpolicy bypass. It can avoid the confirm message. more »