You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

NAME

Show-JobSchedulerCalendar

SYNOPSIS

Shows next start dates for jobs and orders of JobScheduler Master.

SYNTAX

Show-JobSchedulerCalendar [-Days <Int32>] [-FromDate <DateTime>] [-ToDate <DateTime>] <CommonParameters>

DESCRIPTION

This cmdlet is an alias for Get-Calendar -Display -NoOutputs

PARAMETERS

Days

-Days <Int32>
Optionally specifies the number of days starting from the current time for which
start dates are returned.

Default: 1

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

FromDate

-FromDate <DateTime>
Optionally specifies the date starting from which start dates are calculated.

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

ToDate

-ToDate <DateTime>
Optionally specifies the date for which the calculation of start dates ends.

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

about_jobscheduler

EXAMPLES

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

C:\PS>Show-Calendar

Shows start dates for the next 24 hrs.

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

C:\PS>Show-Calendar -Days 3

Shows the start dates for the next 3 days.

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

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

Shows the start dates between the specified dates.

  • No labels