Share via


OperatingSystems (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 OperatingSystems (BaselineType) element, in Configuration Manager 2007, lists operating system configuration items, exactly one of which must be present and properly configured on the target computer. If exactly one is not present, this leads to non-compliance on the baseline.

The OperatingSystems element is defined by the BaselineType complex type.

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

Child Elements

Element Type Description

OperatingSystemReference

OperatingSystemReference

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

See Also

Concepts

BaselineType
Baseline
Authoring Desired Configuration Management Configuration Baselines and Configuration Items