Versions Compared

Key

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

...

Update-JobSchedulerOrder -Order <String> -JobChain <String> -Action <String> [-Parameters <Hashtable>] [[-Title
] <String>] [-At <String>] [-State <String>] [-EndState <String>] <CommonParameters> ]

DESCRIPTION

Updating orders includes operations to suspend, resume and reset orders.

...

Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters?

Parameters

-Parameters <Hashtable>
Specifies the parameters for the order. Parameters are created from a hashmap,
i.e. a list of names and values.

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

Title

-Title <String>
Specifies the title of the order.

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

At

-At <String>
Specifies the point in time when the order should start:

  • 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.

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

State

-State <String>
Specifies that the order should enter the job chain at the job chain node that
is assigend the specified state.

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

EndState

-EndState <String>
Specifies that the order should leave the job chain at the job chain node that
is assigend the specified state.

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

...