Versions Compared

Key

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

...

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

C:\PS>Show-CalendarJobSchedulerCalendar

Shows start dates for the next 24 hrs.

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

C:\PS>Show-Calendar JobSchedulerCalendar -Days 3

Shows the start dates for the next 3 days.

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

C:\PS>Show-Calendar JobSchedulerCalendar -FromDate 2016-06-01 -ToDate 2016-06-30

...