Enumerating Domain Controllers
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, Is there any way to enum all DCs in a domain, using ADSI or DS API on a win2000 box ???I have already done this sometime ago using NetServerEnum (NETAPI). - I´ve found DsGetDcOpen/DsGetDcNext but they require Windows XP or later... - I´ve tried the "Role Property" for IADSComputer Class, but the WinNT and LDAP providers doesn´t suport it... Thanks in advance