Versions Compared

Key

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

...

Returns a number of Agent clusters from the JobScheduler Master. Agent clusters correspond to process class objects
in JobScheduler Master.

SYNTAX

Get-JobSchedulerAgentCluster [-Directory <String>] [-AgentCluster <String>] -NoSubfolders -NoCache [<CommonPara
meters>]

...

Agent clusters are retrieved from a JobScheduler Master, they correspond to process classes that specify a remote JobSc
heduler instance.
Agent clusters can be selected either by the folder of the Agent cluster location including subfolders
or by an individ
ual individual Agent cluster.

Resulting Agent clusters can be forwarded to other cmdlets, such as Get-AgentStatus, for pipelined bulk operations.

...

-NoCache <SwitchParameter>
Specifies that the cache for JobScheduler Agent objects is ignored.
This results in the fact that for each Get-JobSchedulerAgent* cmdlet execution the response is
retrieved directly from the JobScheduler Master and is not resolved from the cache.

...