ScriptType Simple 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 ScriptType simple type, in Configuration Manager, defines supported scripts for discovery.
<xs:simpleType name="ScriptType">
<xs:restriction
base="string"
>
<xs:enumeration
value="VBScript"
/>
<xs:enumeration
value="JScript"
/>
<xs:enumeration
value="PowerShell"
/>
</xs:restriction>
</xs:simpleType>
Enumeration
The following values are defined by the ScriptType simple type:
Value | Description |
---|---|
VBScript |
A VBScript script. |
JScript |
A JScript script. |
PowerShell |
A PowerShell script. |
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items
DcmDigest Schema Simple Types