You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Name

Get-JS7AgentStatus

SYNOPSIS

Return summary information from a JS7 Agent.

SYNTAX

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

DESCRIPTION

Summary information is returned from a JS7 Agent.

* Summary information includes e.g. the start date and JS7 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 Controller 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_JS7

EXAMPLES

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

PS > Get-JobSchedulerAgentStatus -Display

Displays summary information about all JS7 Agents configured for the current Controller.

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

PS > Get-JS7AgentStatus -Agents http://localhost:4445 -Display

Returns summary information about the Agent. Formatted output is displayed.

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

PS > $status = Get-JS7AgentStatus -Agents http://localhost:4445

Returns a status information object.

  • No labels