Table of Contents

Enum DomainRole

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the role that this machine performs within a Windows NT or Active Directory domain.

public enum DomainRole

Fields

BackupDomainController = 4

The machine is a domain controller.

MemberServer = 3

The machine is a server in a domain.

MemberWorkstation = 1

The machine is a workstation and a domain member.

PrimaryDomainController = 5

The machine is a domain controller running the primary domain controller emulator (PDCe) role.

StandaloneServer = 2

The machine is a standalone server in a workgroup.

StandaloneWorkstation = 0

The machine is a stand-alone workstation.

Unknown = 6

The machine's domain role is unknown.