Skip to main content

Enables an administrator to create, delete, query, change, run, and end scheduled tasks (Windows Task Scheduler) on a local or remote computer.

:: To trigger the task named "\IIS\Cleanup IIS Logs" on the specified remote computer:
schtasks /run /tn "\IIS\Cleanup IIS Logs" /s <REMOTE_COMPUTER_NAME>