Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 3.0 » Get-ScheduledJobOption

Get-ScheduledJobOption - Powershell 3.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Get-ScheduledJobOption

Short description
Gets the job options of scheduled jobs.

Syntax


Description
The Get-ScheduledJobOption cmdlet gets the job options of  scheduled jobs. You can use this command to examine the job 
options or to pipe the job options to other cmdlets.


Job options are not saved to disk independently; they are part of a scheduled job. To get the job options of a schedule
d job, specify the scheduled job.


Use the parameters of the Get-ScheduledJobOption cmdlet to identify the scheduled job. You can identify scheduled jobs 
by their names or identification numbers, or by entering or piping ScheduledJob objects, such as the those that are ret
urned by the Get-ScheduledJob cmdlet, to Get-ScheduledJobOption.


Get-ScheduledJobOption is one of a collection of job scheduling cmdlets in the PSScheduledJob module that is included i
n Windows PowerShell.


For more information about Scheduled Jobs, see the About topics in the PSScheduledJob module. Import the PSScheduledJob
 module and then type: Get-Help about_Scheduled* or see about_Scheduled_Jobs.


This cmdlet is introduced in Windows PowerShell 3.0.