Versions Compared

Key

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

...

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

C:\PS>$jobs = Get-JobJobSchedulerJob

Returns all jobs.

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

C:\PS>$jobs = Get-Job JobSchedulerJob -Directory / -NoSubfolders

...

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

C:\PS>$jobs = Get-Job JobSchedulerJob -JobChain /test/globals/job_chain1

...

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

C:\PS>$jobs = Get-Job JobSchedulerJob -Job /test/globals/job1

Returns the job "job1" from the folder "/test/globals".