Microsoft.PowerShell.ScheduledJob Namespace
Updated: April 27, 2016
Applies To: Windows PowerShell
The Microsoft.PowerShell.ScheduledJob namespace contains classes that define jobs and enable scheduling of those jobs.
| Class | Description | |
|---|---|---|
![]() | JobTriggerToCimInstanceConverter | Provides PowerShell conversions of types in the Microsoft.Management.Infrastructure namespace. This class cannot be inherited. Introduced in Windows PowerShell 3.0. |
![]() | ScheduledJob | Represents a scheduled job. This class cannot be inherited. Introduced in Windows PowerShell 3.0. |
![]() | ScheduledJobDefinition | Contains the information needed to define a PowerShell job that can be scheduled to run either independently or through Task Scheduler. This class cannot be inherited. Introduced in Windows PowerShell 3.0. |
![]() | ScheduledJobException | The exception that is thrown for an error encountered while handling scheduled jobs. Introduced in Windows PowerShell 3.0. |
![]() | ScheduledJobInvocationInfo | Represents job invocation information for the Register-ScheduledJob PowerShell cmdlet. This class cannot be inherited. Introduced in Windows PowerShell 3.0. |
![]() | ScheduledJobOptions | Represents Task Scheduler options. This class cannot be inherited. Introduced in Windows PowerShell 3.0. |
![]() | ScheduledJobSourceAdapter | Provides functionality for retrieving results of scheduled job runs from the scheduled job store. This class cannot be inherited. Introduced in Windows PowerShell 3.0. |
![]() | ScheduledJobTrigger | Contains information that is used to define how and when a PowerShell job is run by Windows Task Scheduler (WTS). This class cannot be inherited. Introduced in Windows PowerShell 3.0. |
| Enumeration | Description | |
|---|---|---|
![]() | TaskMultipleInstancePolicy | Specifies Task Scheduler options for multiple instance policies of scheduled tasks (jobs). Introduced in Windows PowerShell 3.0. |
![]() | TriggerFrequency | Specifies trigger types in terms of the frequency that the trigger is activated. Introduced in Windows PowerShell 3.0. |

