Versions Compared

Key

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

...

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

C:\PS>Update-JobChain JobSchedulerJobChain -JobChain /sos/reporting/Reporting -Action suspend

...

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

C:\PS>Get-JobChain JobSchedulerJobChain | Update-JobChain JobSchedulerJobChain -Action suspend

Suspends all job chains

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

C:\PS>Get-JobChain JobSchedulerJobChain -Directory / -NoSubfolders | Update-JobChain JobSchedulerJobChain -Action resume

Updates all job chains that are configured with the root folder ("live" directory)
without consideration of subfolders to be resumed.