Versions Compared

Key

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

...

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

C:\PS>Update-Job JobSchedulerJob -Job /sos/dailyschedule/CheckDaysSchedule -Action stop

...

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

C:\PS>Get-Job JobSchedulerJob | Update-Job JobSchedulerJob -Action unstop

Unstops all jobs that have previously been stopped.

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

C:\PS>Get-Job JobSchedulerJob -Directory /some_dir -NoSubfolders | Update-Job JobSchedulerJob -Action stop

Stops all jobs from the specified directory
without consideration of subfolders.