Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-------------------------- EXAMPLE 1 --------------------------

C:\PS>Stop-Task JobSchedulerTask -Task 81073 -Job /sos/dailyschedule/CheckDaysSchedule

...

-------------------------- EXAMPLE 2 --------------------------

C:\PS>Get-Task JobSchedulerTask | Stop-TaskJobSchedulerTask

Terminates all running and enqueued tasks for all jobs.

-------------------------- EXAMPLE 3 --------------------------

C:\PS>Get-Task JobSchedulerTask -Directory / -NoSubfolders | Stop-Task JobSchedulerTask -Action terminate -Timeout 30

...

-------------------------- EXAMPLE 4 --------------------------

C:\PS>Get-Task JobSchedulerTask -Job /test/globals/job1 | Stop-TaskJobSchedulerTask

Terminates all tasks for job "job1" from the folder "/test/globals".