Versions Compared

Key

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

...

Add-JobSchedulerOrder -JobChain <String> [-Order <String>] [-Directory <String>] [-Parameters <Hashtable>] [[-T
itle] <String>] [-At <String>] [-State <String>] [-EndState <String>] -Replace -ImmediateNoImmediate [<CommonParameters><CommonParameter
s>]

DESCRIPTION

Creates a temporary ad hoc order for execution with the specified job chain

...

  • now
    • specifies that the order should start immediately
  • now+1800
    • specifies that the order should start with a delay of 1800 seconds, i.e. 30 minutes later.
  • yyyy-mm-dd HH:MMSS
    • specifies that the order should start at the specified point in time.

Default: now

Required? false
Position? 6
Default value
Accept pipeline input? false
Accept wildcard characters?

...

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

...

NoImmediate

-Immediate NoImmediate <SwitchParameter>
Specifies that the order is not immediately submitted and that the no order identification is returned
with the order object. This parameter is intended for a situation when no order identification
is provided required when executing the cmdlet and when the caller wants to receive with the order object
the order identification that has been created by JobScheduler.

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

...