Versions Compared

Key

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

...

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

PS > $Controllers $controllers = Get-JS7ControllerInstance

...

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

PS > $Controllers $controllers = Get-JS7ControllerInstance -Id some-controllerId

...

PS > $activeController = Get-JobSchedulerControllerInstance JS7ControllerInstance -Id some-controller-id -Active

Returns the Controller standalone instance or all members the active member of a JS7 cluster with the specified Controller ID.

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

PS > $Controllers $activeController = Get-JS7ControllerInstance -Active

...

-------------------------- EXAMPLE 5 --------------------------

PS > $Controllers $passiveController = Get-JS7ControllerInstance -Passive

...