Versions Compared

Key

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

...

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

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

...

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

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

Suspends all job chains.

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

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

Suspends 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 | Suspend-JobChainJobSchedulerJobChain

Suspends the specified job chain.