Contact Info

Crumbtrail

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

Get-ScheduledJob - 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-ScheduledJob

Short description
Gets scheduled jobs on the local computer.

Syntax


Description
The Get-ScheduledJob cmdlet gets scheduled jobs on the local computer. Get-ScheduledJob gets only scheduled jobs that a
re created by the current user using the Register-ScheduledJob cmdlet.


Although jobs that are created by using the Register-ScheduledJob cmdlet appear in Task Scheduler, Get-ScheduledJob get
s only scheduled jobs. It does not get scheduled tasks created in Task Scheduler.


Without parameters, Get-ScheduledJob gets all scheduled jobs on the computer. You can use the parameters of Get-Schedul
edJob to get scheduled jobs by ID or name and examine them or pipe them to other cmdlets.


Get-ScheduledJob is one of a collection of job scheduling cmdlets in the PSScheduledJob module that is included in Wind
ows 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.