Versions Compared

Key

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

Name

Get-JobSchedulerAgentStatus

SYNOPSIS

Return summary information from a JobScheduler Agent.

SYNTAX

Get-JobSchedulerAgentStatus [[-Agents] <Uri[]>] [-Display] [<CommonParameters>]

DESCRIPTION

Summary information is returned from a JobScheduler Agent.

* Summary information includes e.g. the start date and JobScheduler Agent release.

This cmdlet can be used to check if an Agent is available.

PARAMETERS

Agents

-Agents <Uri[]>
Specifies an array of URLs that point to Agents. This is useful if specific Agents
should be checked. Without this parameter all Agents configured for a Master will be checked.

Required?false
Position?1
Default value
Accept pipeline input?true (ByValue, ByPropertyName)
Accept wildcard characters?false

Display

-Display <SwitchParameter>
Optionally specifies formatted output to be displayed.

Required?false
Position?named
Default valueFalse
Accept pipeline input?false
Accept wildcard characters?false

about_jobschedulerJobScheduler

EXAMPLES

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

...