Versions Compared

Key

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

...

SYNTAX

New-JS7DailyPlanOrder [-DailyPlanDate] <DateTime> [[-SchedulePath] <String>] [[-Folder] <String>] [-Recursive] [[-ControllerId] <String>] [[-DailyPlanDate] <DateTime>] [-Submit] [-Overwrite] [<CommonParameters>]

...

Creates daily plan orders for a JS7 Controller. Orders are submitted to any
JS7 Controllers that are deployed the respective workflows.

PARAMETERS

...

-DailyPlanDate <DateTime>
Specifies the date for which daily plan orders should be created.
Consider that a UTC date has to be provided.

...

SchedulePath

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

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

...

-Folder <String>
Optionally specifies the a folder with schedules for which daily plan orders should be created.

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

...

-ControllerId <String>
Specifies the Controller to which daily plan orders are submitted should the -Submit switch be used.

Without this parameter daily plan orders are submitted to any Controllers that are deployed the
workflows that are indicated with the respective schedules.

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

DailyPlanDate

-DailyPlanDate <DateTime>
Specifies the date for which daily plan orders should be created.
Consider that a UTC date has to be provided.

Default: 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

...