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.

ClassDescription
System_CAPS_pubclassJobTriggerToCimInstanceConverter

Provides PowerShell conversions of types in the Microsoft.Management.Infrastructure namespace. This class cannot be inherited. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassScheduledJob

Represents a scheduled job. This class cannot be inherited. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassScheduledJobDefinition

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.

System_CAPS_pubclassScheduledJobException

The exception that is thrown for an error encountered while handling scheduled jobs. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassScheduledJobInvocationInfo

Represents job invocation information for the Register-ScheduledJob PowerShell cmdlet. This class cannot be inherited. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassScheduledJobOptions

Represents Task Scheduler options. This class cannot be inherited. Introduced in Windows PowerShell 3.0.

System_CAPS_pubclassScheduledJobSourceAdapter

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.

System_CAPS_pubclassScheduledJobTrigger

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.

EnumerationDescription
System_CAPS_pubenumTaskMultipleInstancePolicy

Specifies Task Scheduler options for multiple instance policies of scheduled tasks (jobs). Introduced in Windows PowerShell 3.0.

System_CAPS_pubenumTriggerFrequency

Specifies trigger types in terms of the frequency that the trigger is activated. Introduced in Windows PowerShell 3.0.

Return to top
Show: