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


Send comments about this topic to Microsoft.