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

Compare with Current View Page History

Version 1 Next »

NAME

Show-JobSchedulerAgentStatus

SYNOPSIS

Show summary information and statistics information of a JobScheduler Master.

SYNTAX

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

DESCRIPTION

This cmdlet is an alias for Get-Status -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-Status

Returns the summary information of JobScheduler Master.

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

C:\PS>Show-Status -Statistics

Returns the summary information and statistics information about jobs and ordes.

  • No labels