Versions Compared

Key

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

...

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

C:\PS>Start-Job JobSchedulerJob -Job /sos/dailyschedule/CheckDaysSchedule

...

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

C:\PS>Get-Job JobSchedulerJob -Directory /some_dir -NoSubfolders | Start-JobJobSchedulerJob

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