create-scheduled-PowerShell-script-that-launches-task

Simple Steps to create scheduled tasks using powershell.

Example


schtasks /create /sc once /st 10:10 /sd 11/01/2014 /tn "mytask" /TR "powershell -command `"&{c:\test\File-to-copy.ps1}`""

Copy and Try it

I have created task for my daily file backup from one location to another location.