4.1.29.2.3 DCInfo
This abstract type stores information about a domain controller.
typedef struct {
string Name;
string dnsHostName;
SID Sid;
} DCInfo;
Name: The DC's name.
dnsHostName: The DC's DNS host name.
Sid: The DC's SID.