Windows Server 2003 in a Nutshell
| Tasks |
- Configure a scheduled task on the local machine
-
Tasks
Configure a Task schtasks /change
- Configure a scheduled task on a remote machine
-
Tasks
Configure a Remote Task schtasks /change
- Configure an additional schedule for a scheduled task
-
Tasks
Configure an Additional Schedule for a Task - Configure the repeat interval for a scheduled task
-
Tasks
Configure How Often a Scheduled Task Runs - Force a scheduled task on the local machine to run immediately
-
Tasks
Run a Task Now schtasks /run
- Force a scheduled task on a remote machine to run immediately
-
Tasks
Run a Remote Task schtasks /run
- Have a popup message appear when a scheduled task can't run
-
TasksTools
Scheduled Tasks - Manage task scheduling using Group Policy
-
Group Policy Object Editor
User or Computer Configuration Administrative Templates Windows Components Task Scheduler - Schedule a task to start at a particular time or during logon or reboot
-
Tasks
Schedule a Task at
schtasks /create
- Schedule a task on a remote computer
-
Tasks
Create a Remote Task schtasks /create
- Specify the service account for running scheduled tasks
-
TasksTools
Scheduled Tasks - Stop or pause the Task Scheduler
-
TasksTools
Scheduled Tasks schtasks /end
- Temporarily prevent a scheduled task from running
-
Tasks
Disable a Scheduled Task - View all scheduled tasks
-
Control Panel
Scheduled Tasks schtasks
- View logged information concerning scheduled tasks that have run
-
TasksTools
Scheduled Tasks