Versions Compared

Key

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

...

-Limit <Int32>
Limits the number of entries that are returned in order avoid too large a result.
Because calender entries are not sorted according to time but by object, this command does not return
the next 100 entries for a specific job or job chain but effectively 100 random entriesentries from which the
specified jobs and job chains are selected.

The limit should be set high enough so that entries are not lost.

...

-------------------------- EXAMPLE 4 --------------------------

C:\PS>$startDates = Get-JobSchedulerCalendar -JobChain /holidays/some_job_chain -ToDate 2016-06-30

Returns the start dates between the current date and the specified dates for any orders of the given job chain.

-------------------------- EXAMPLE 5 --------------------------

...