Versions Compared

Key

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

...

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

C:\PS>Resume-JobChain JobSchedulerJobChain -JobChain /sos/reporting/Reporting

...

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

C:\PS>Get-JobChain JobSchedulerJobChain | Resume-JobChainJobSchedulerJobChain

Resumes all job chains.

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

C:\PS>Get-JobChain JobSchedulerJobChain -Directory / -NoSubfolders | Resume-JobChainJobSchedulerJobChain

Resumes job chains that are configured with the root folder ("live" directory)
without consideration of subfolders.

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

C:\PS>Get-JobChain JobSchedulerJobChain -JobChain /test/globals/chain1 | Resume-JobChainJobSchedulerJobChain

Resumes the specified job chain.