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