Versions Compared

Key

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

...

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

DESCRIPTION

...

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

...

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

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

NoOutputs

-NoOutputs <SwitchParameter>
Optionally specifies that no output is returned by this cmdlet.

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

NoCache

-NoCache <SwitchParameter>
Specifies that the cache for JobScheduler objects is ignored.
This results in the fact that for each Get-JobScheduler* cmdlet execution the response is
retrieved directly from the JobScheduler Master and is not resolved from the cache.

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

about_jobscheduler

...

PS > Get-JobSchedulerStatus -Statistics -Display

Returns status information and statistics information about jobs, job chains, orders and tasks. Formatted output is displayed.

...

PS > $status = $Get-JobSchedulerStatus -Statistics

Returns an a status information object including status information and statistics information.