SMS_TaskSequence_Step Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_TaskSequence_Step Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager. This class serves as an abstract base class representing a single step in a task sequence.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_TaskSequence_Step
{
      SMS_TaskSequence_Condition Condition;
      Boolean ContinueOnError;
      String Description;
      Boolean Enabled;
      String Name;
};

Methods

The SMS_TaskSequence_Step class does not define any methods.

Properties

  • Condition
    Data type: SMS_TaskSequence_Condition

    Access type: Read/Write

    Qualifiers: None

    Optional. An SMS_TaskSequence_Condition Server WMI Class object representing a condition that can be used to determine if the step should be processed.

  • ContinueOnError
    Data type: Boolean

    Access type: Read/Write

    Qualifiers: None

    true to continue the task sequence even if the step fails.

  • Description
    Data type: String

    Access type: Read/Write

    Qualifiers: [AllowedLen("0-255")]

    Optional. The description of the step. The description length can be between 0 and 255 characters.

  • Enabled
    Data type: Boolean

    Access type: Read/Write

    Qualifiers: None

    true if the step should be run. Set this property to false to ignore the step completely.

  • Name
    Data type: String

    Access type: Read/Write

    Qualifiers: [AllowedLen("1-100")]

    The name of the step. The name length can be between 1 and 100 characters.

Remarks

Class qualifiers for this class include:

  • Abstract

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Each step in the task sequence is one of the following:

Each step can be associated with a condition, represented by SMS_TaskSequence_Condition Server WMI Class that determines whether the step is processed.

For more information, see Operating System Deployment Task Sequence Object Model.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Operating System Deployment Server WMI Classes
SMS_TaskSequence Server WMI Class
SMS_TaskSequence_Action Server WMI Class
SMS_TaskSequence_Condition Server WMI Class
SMS_TaskSequence_Group Server WMI Class
Configuration Manager Operating System Deployment
About Operating System Deployment Task Sequences
How to Enumerate the Steps in an Operating System Deployment Task Sequence
How to Add a Step to an Operating System Deployment Group