This topic has not yet been rated - Rate this topic

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.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.