2.2.5.53 ServerRoleType

This simple type is an enumeration that specifies the various server roles that can be enabled on a specific server.

 <xs:simpleType name="ServerRoleType">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="Dc" />
     <xs:enumeration value="Dns" />
     <xs:enumeration value="Dhcp" />
     <xs:enumeration value="Nps" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

Dc

The server is a domain controller.

Dns

The server is a domain name server.

Dhcp

The server is a DHCP server.

Nps

The server is a NPS server.