Getting list of (sub-)domains from Active Directory with C#
Friday, November 18th, 2005Some days ago I needed some piece of c# code to list all domains with subdomains from Active Directory.
My first idea was to bind to the LDAP port. After some tests I was confused because I always got only one search result. The LDAP port did not give out info for other domains, just the [...]