Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 |
|---|---|---|
The Script element is the script definition that will be executed to return instances. |
Attributes
| Name | Type | Description |
|---|---|---|
ScriptType |
The language of the script that has been defined inline. |
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items