The ProhibitedItems (BaselineType) element, in Configuration Manager, lists all application configuration items that are prohibited and therefore must not be present on the target computer. If any of the configuration items are present, this leads to non-compliance on the baseline.

<xs:element name="ProhibitedItems">
	<xs:complexType>
		<xs:sequence
			minOccurs="0"
			maxOccurs="unbounded"
		>
			<xs:element
				ref="ApplicationReference"
			 />
		</xs:sequence>
	</xs:complexType>
</xs:element>

The ProhibitedItems element is defined by the BaselineType complex type.

Child Elements

Element Type Description

ApplicationReference

ApplicationReference

A reference to an application configuration item. See ConfigurationItemReferenceType for more details.

See Also


Send comments about this topic to Microsoft.