Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.