DnNameType Simple Type

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

In Configuration Manager 2007, the DnNameType simple type is the distinguished name of an object that is used in a directory search.

The distinguished name syntax is described in the MSDN Documentation in Distinguished Names (https://go.microsoft.com/fwlink/?LinkID=111721).

<xs:simpleType name="DnNameType">
    <xs:restriction
        base="string"
    >
        <xs:minLength
            value="1"
         />
    </xs:restriction>
</xs:simpleType>

See Also

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items