Versions Compared

Key

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

...

Start-JobSchedulerOrder -Order <String> -JobChain <String> [-Directory <String>] [-Parameters <Hashtable>] [[-T
itle] Title <String>] [-At <String>] [-State <String>] [[-EndStateEndS
tate] <String>] <CommonParameters>

...

C:\PS>Start-Order -JobChain /sos/reporting/Reporting -Order 548 -At "now+3600" -Parameters @{'param1'='value1'; 'param2
'='value2'}

Starts an order of the specified job chain. The order will start one hour later and will use the
parameters from the specified hashmap.