EnableScheduledJobCommand Properties

Public Properties

(see also Protected Properties)

  Name Description
public property CommandOrigin  Gets the origin of the command. The command can be invoked within a runspace or it could be an external request (such as invoking the command from the command line). This property is introduced in Windows PowerShell 2.0. (Inherited from InternalCommand)
public property CommandRuntime  Gets and sets the command runtime object that controls what happens when the cmdlet writes an object to the pipeline. (Inherited from Cmdlet)
public property CurrentPSTransaction  Gets the latest transaction started by running the Start-Transaction cmdlet. This property is introduced in Windows PowerShell 2.0. (Inherited from Cmdlet)
public property Events  Gets the event manager for the current session where the cmdlet is running This property is introduced in Windows PowerShell 2.0. (Inherited from PSCmdlet)
public property Host  Gets information about the host that is being used by the session where the cmdlet is running. (Inherited from PSCmdlet)
public property Id  Gets or sets the numeric identifier of the scheduled job definition. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from DisableScheduledJobDefinitionBase)
public property InputObject  Gets or sets the scheduled job definition object. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from DisableScheduledJobDefinitionBase)
public property InvokeCommand  Gets utility routines for executing scripts and creating script blocks. (Inherited from PSCmdlet)
public property InvokeProvider  Gets provider information that is used to access a data store. (Inherited from PSCmdlet)
public property JobManager  Gets or sets the job manager for the registered JobSourceAdapter objects. (Inherited from PSCmdlet)
public property JobRepository  Get the active jobs available in the current session where the cmdlet is running. This property is introduced in Windows PowerShell 2.0. (Inherited from PSCmdlet)
public property MyInvocation  Gets invocation information about the cmdlet. (Inherited from PSCmdlet)
public property Name  Gets or sets the name of the scheduled job definition. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from DisableScheduledJobDefinitionBase)
public property PagingParameters  If the cmdlet declares paging support (via SupportsPaging), then PagingParameters property contains arguments of the paging parameters. Otherwise PagingParameters property is null. (Inherited from PSCmdlet)
public property ParameterSetName  Gets the name of the parameter set that is used by the cmdlet. (Inherited from PSCmdlet)
public property PassThru  Gets or sets a PowerShell cmdlet parameter representing a scheduled job definition. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from DisableScheduledJobDefinitionBase)
public property SessionState  Gets information about the current state of the current session where the cmdlet is running. (Inherited from PSCmdlet)
public property Stopping  Gets an indicator that the pipeline is stopping. The pipeline can be stopped for numerous reasons, such as when the user has entered the key combination CTRL+C, a terminating error has occurred, the hosting application requested a stop, and so on.  (Inherited from Cmdlet)

Protected Properties

  Name Description
protected property Enabled  Gets or sets the state of the scheduled job definition. (Inherited from DisableScheduledJobDefinitionBase)

See Also

Reference

EnableScheduledJobCommand Class
Microsoft.PowerShell.ScheduledJob Namespace