Name
Get-JS7ControllerStatus
SYNOPSIS
Return status information and summary information from a JS7 Controller.
SYNTAX
Get-JS7ControllerStatus [-Summary] [-Display] [<CommonParameters>]
DESCRIPTION
Status information and summary information are returned from a JS7 Controller.
* Status information includes e.g. the start date and JS7 release.
* Summary information includes e.g. the number of running orders.
PARAMETERS
Summary
-Summary <SwitchParameter>
Specifies that summary infromation about orders and jobs should be returned.
Required? | false |
Position? | named |
Default value | False |
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 value | False |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
RELATED LINKS
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
PS > Get-JS7ControllerStatus
Returns status information about the JS7 Controller.
-------------------------- EXAMPLE 2 --------------------------
PS > Get-JS7ControllerStatus -Summary -Display
Returns status information and summary information about orders and jobs. Formatted output is displayed.
-------------------------- EXAMPLE 3 --------------------------
PS > $status = Get-JS7ControllerStatus -Summary
Returns an object including status information and summary information.