Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 3.0 » Add-JobTrigger

Add-JobTrigger - 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 »

Add-JobTrigger

Short description
Adds job triggers to scheduled jobs

Syntax


Description
The Add-JobTrigger cmdlet adds job triggers to scheduled jobs. You can use it to add multiple triggers to multiple sche
duled jobs.


A "job trigger" starts a scheduled job on a one-time or recurring schedule or when an event occurs.


Use the Trigger parameter of Add-JobTrigger to identify the job triggers to add. Use the Name, ID, or InputObject param
eters of Add-JobTrigger to identify the scheduled job to which the triggers are added.


To create job triggers for the value of the Trigger parameter, use the New-JobTrigger cmdlet or use a hash table to spe
cify the job trigger.


Add-JobTrigger is one of a collection of job scheduling cmdlets in the PSScheduledJob module that is included in Window
s 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.