ScriptInfoType Complex Type

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 ScriptInfoType complex type, in Configuration Manager, is associated with discovering instances of installed applications by invoking a script.

<xs:complexType name="ScriptInfoType">
    <xs:sequence>
        <xs:element name="Script"
            type="NonEmptyStringType"
         />
        <xs:any
            processContents="skip"
            minOccurs="0"
            maxOccurs="unbounded"
            namespace="##other"
         />
    </xs:sequence>
    <xs:attribute name="ScriptType"
                type="ScriptType"
                use="required"
     />
</xs:complexType>

Child Elements

Element Type Description

Script

NonEmptyStringType

The Script element is the script definition that will be executed to return instances.

Attributes

Name Type Description

ScriptType

ScriptType

The language of the script that has been defined inline.

See Also

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items