The RuleSeverityType simple type, in Configuration Manager, enumerates severity values.

<xs:simpleType name="RuleSeverityType">
	<xs:restriction
		base="string"
	>
		<xs:enumeration
			value="None"
		 />
		<xs:enumeration
			value="Informational"
		 />
		<xs:enumeration
			value="Warning"
		 />
		<xs:enumeration
			value="Critical"
		 />
		<xs:enumeration
			value="Other"
		 />
	</xs:restriction>
</xs:simpleType>

Enumeration

The following values are defined by the RuleSeverityType simple type:

Value Description

None

Computers that are not compliant with one or more of the objects or settings in the configuration item (either not present or present but fail the validation criteria), do not log a Windows application event message.

Informational

Computers that are not compliant with one or more of the objects or settings in the configuration item (either not present or present but fail the validation criteria), log a Windows application event message of the type Informational.

Warning

Computers that are not compliant with one or more of the objects or settings in the configuration item (either not present or present but fail the validation criteria) log a Windows application event message of the type Warning.

Critical

Computers that are not compliant with one or more of the objects or settings in the configuration item (either not present or present but fail the validation criteria) log a Windows application event message of the type Error.

Other

This is not used.

See Also


Send comments about this topic to Microsoft.