Create scheduled task from command line

To create a scheduled task on other servers, use the command schtasks.exe: Usage: SchTasks /create /sc schedule /d days to run /tn task name /ST Starting time /tr task command /ru user to run the task /rp password for user /rl permission level /s computername Bringing it all together. To schedule a powershell command to [...]