Versions Compared

Key

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

Name

Get-JobSchedulerStatus

SYNOPSIS

Return summary information and statistics information from a JobScheduler Master.

SYNTAX

Get-JobSchedulerStatus [-Statistics] [-Display] [<CommonParameters>]

DESCRIPTION

Summary information and statistics information are returned from a JobScheduler Master.

* Summary information includes e.g. the start date and JobScheduler release.
* Statistics information includes e.g. the number of running tasks and existing orders.

PARAMETERS

Statistics

-Statistics <SwitchParameter>
Specifies that detailed statistics information about orders and jobs is returned.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

Display

-Display <SwitchParameter>
Specifies that formatted output will be displayed, otherwise a status object will be returned that contain the respective information.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

about_jobscheduler

EXAMPLES

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

...