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

Compare with Current View Page History

« Previous Version 5 Next »

NAME

Show-JobSchedulerAgentStatus

SYNOPSIS

Show summary information and statistics information of a JobScheduler Agent.

SYNTAX

Show-JobSchedulerAgentStatus [-Url <Uri>] [-Agents <Uri[]>] [-Path <String>] <CommonParameters>

DESCRIPTION

This cmdlet is an alias for Get-JobSchedulerAgentStatus -Display -NoOutputs

PARAMETERS

Url

-Url <Uri>

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

Agents

-Agents <Uri[]>

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

Path

-Path <String>

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

about_jobscheduler

EXAMPLES

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

C:\PS>Show-JobSchedulerAgentStatus http://localhost:4445

Returns the summary information of the JobScheduler Agent for the specified host and port.

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

C:\PS>Get-JobSchedulerAgentCluster | Show-JobSchedulerAgentStatus

Returns the summary information and statistics information about all JobScheduler Agents
that are configured with the JobScheduler Master that is currently in use.

  • No labels