Versions Compared

Key

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

...

Removes daily plan orders from a number of JS7 ControllersController

SYNTAX

Remove-JS7DailyPlanOrder [[-OrderId] <String>] [[-WorkflowPath] <String>] [[-WorkflowFolder] <String>] [[-SchedulePath] <String>] [[-ScheduleFolder] <String>] [-Recursive] [[-ControllerId] <String>] [-Late] [[-DateFrom] <DateTime>] [[-DateTo] <DateTime>] [[-RelativeDateFrom] <String>] [[-RelativeDateTo] <String>] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [-WhatIf] [-Confirm] [<CommonParameters>]

...

Removes daily plan orders from a number of JS7 ControllersController.

The following REST Web Service API resources are used:

* /daily_plan/orders/delete

...

-ControllerId <String>
Specifies the Controller to from which daily plan orders have been submitted and should be removed.
Without this parameter daily plan orders are removed from any Controllers that are deployed the
workflows that are indicated with the respective parameters.

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

...