Share via


ProhibitedItems (BaselineType) Element

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 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

Concepts

BaselineType
Baseline
Authoring Desired Configuration Management Configuration Baselines and Configuration Items