Versions Compared

Key

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

...

Reads an order log for a given job chain, order ID and history ID. This cmdlet is mostly used for pipelined input from the
Get-JobScchedulerOrderHistory JobSchedulerOrderHistory cmdlet that allows to search the execution history of orders and
that returns history IDs that are used by this cmdlet to retrieve the ordersorder's log output.

PARAMETERS

HistoryId

...

-OrderId <String>
This parameter specifies the order that was running for the given history ID.

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

JobChain

-JobChain <String>
This parameter specifies the job chain path that the order is assigned.

One of the parameters -Directory or -JobChain has to be specified.

...

Required?false
Position?10
Default value(Get-Timezone -Id 'UTC')
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...