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


Send comments about this topic to Microsoft.