Versions Compared

Key

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

...

-------------------------- EXAMPLE 1 --------------------------

C:\PS>$startDates = Get-CalendarJobSchedulerCalendar

Returns start dates for the next 24 hrs.

-------------------------- EXAMPLE 2 --------------------------

C:\PS>$startDates = Get-Calendar JobSchedulerCalendar -Days 3

Returns the start dates for the next 3 days.

-------------------------- EXAMPLE 3 --------------------------

C:\PS>$startDates = Get-Calendar JobSchedulerCalendar -FromDate 2016-06-01 -ToDate 2016-06-30

...

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

C:\PS>Get-Calendar JobSchedulerCalendar -Display

Displays formatted output.