Versions Compared

Key

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

...

-Timeout <Int32>
Specifies the number of milliseconds for establishing a connection to the JobScheduler Agent.
With the timeout being exceeded the Agent is considered being unavailable.

Default: 1000 3000 ms

Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters?

...

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

C:\PS>Get-AgentStatus JobSchedulerAgentStatus http://localhost:4455

Returns summary information about the JobScheduler Agent.

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

C:\PS>Get-AgentStatus JobSchedulerAgentStatus -Url http://localhost:4455 -Display

...

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

C:\PS>$status = Get-AgentStatus JobSchedulerAgentStatus http://localhost:4455

Returns a status information object.

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

C:\PS>$status = GetGetJobScheduler-AgentCluster /agent/fixed_priority_scheduling_agent | Get-AgentStatusJobSchedulerAgentStatus

Returns an array of status information objects each representing the state of an Agent in the cluster.