Versions Compared

Key

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

...

-CalendarPath <String>
Optionally specifies the path and name of a calendar that should be returned.

One of the parameters -Folder, -CalendarPath or -RegularExpression has to be specified if no pipelined order calendar objects are provided.

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

...

-Folder <String>
Optionally specifies the folder with workflows for which orders calendars should be returned.

One of the parameters -Folder, -CalendarPath or -OrderId RegularExpression has to be specified if no pipelined order calendar objects are provided.

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

...

-Recursive <SwitchParameter>
Specifies that any sub-folders should be looked up if the -Folder parameter is used.
By default no sub-folders will be searched for orderscalendars.

Required?false
Position?named
Default valueFalse
Accept pipeline input?false
Accept wildcard characters?false

...

-WorkingDays <SwitchParameter>
Specifies that only calendars for working days should be returned.
Such calendars specify days for which orders should be executed with a JS7 Controller.

Only one of the parameters -WorkingDays or -NonWorkingDays can be used.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-NonWorkingDays <SwitchParameter>
Specifies that only calendars for non-working days should be returned.
Such calendars specify days for which no orders should be executed with a JS7 Controller.

Only one of the parameters -WorkingDays or -NonWorkingDays can be used.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

PS > $calendars = Get-JS7Calendar -WorkingDays

Returns the calendars for that define working days only.