Versions Compared

Key

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

...

Add-JS7Order [-OrderName] <String> [-WorkflowPath] <String> [[-Arguments] <Hashtable>] [[-At] <String>] [[-AtDate] <DateTime>] [[-Timezone] <String>] [[-State] <String>] [[-EndState] <String>] [[-AuditCommentBatchSize] <String><Int32>] [[-AuditTimeSpentRunningNumber] <Int32>] [[-AuditTicketLinkAuditComment] <Uri><String>] [[-BatchSizeAuditTimeSpent] <Int32>] [[-RunningNumberAuditTicketLink] <Int32><Uri>] [<CommonParameters>]

DESCRIPTION

...

-EndState <String>

Required?false
Position?8
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

BatchSize

-BatchSize <Int32>

Required?false
Position?9
Default value100
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

RunningNumber

-RunningNumber <Int32>
This parameter is implicitely used when pipelining input to the cmdlet as e.g. with

1..10 | Add-JS7Order -WorkflowPath /some_path/some_workflow

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

...

-AuditComment <String>
Specifies a free text that indicates the reason for the current intervention,
e.g. "business requirement", "maintenance window" etc.

The Audit Comment is visible from the Audit Log view of JOC Cockpit.
This argument is not mandatory, however, JOC Cockpit can be configured
to enforece Audit Log comments for any interventions.

Required?false
Position?911
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-AuditTimeSpent <Int32>
Specifies the duration in minutes that the current intervention required.

This information is visible with the Audit Log view. It can be useful when integrated
with a ticket system that logs the time spent on interventions with JS7.

Required?false
Position?1012
Default value0
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-AuditTicketLink <Uri>
Specifies a URL to a ticket system that keeps track of any interventions performed for JobScheduler.

This information is visible with the Audit Log view of JOC Cockpit.
It can be useful when integrated with a ticket system that logs interventions with JobScheduler.

Required?false
Position?11Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

BatchSize

-BatchSize <Int32>

Required?false
Position?12
Default value100
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

RunningNumber

...

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

...