Versions Compared

Key

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

Name

Remove-JS7DailyPlanOrder

SYNOPSIS

Removes the daily plan orders for a JS7 Controller

...

-OrderId <String>
Optionally specifies the order ID of the daily plan order that should be removed.

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

WorkflowPath

-WorkflowPath <String>
Optionally specifies the path and name of a workflow for which daily plan orders should be removed.

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

SchedulePath

-SchedulePath <String>
Optionally specifies the path and name of a schedule for which daily plan orders should be removed.

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

DailyPlanDate

-DailyPlanDate <DateTime>
Optionally specifies Specifies the date starting from for which daily plan orders should be returnedremoved.
Consider that a UTC date has to be provided.

Default: Begin of the current Current day as a UTC date

Required?false
Position?4
Default value(Get-Date (Get-Date).ToUniversalTime() -Format 'yyyy-MM-dd')
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

about_JS7

EXAMPLES

...