Hi,

I have problem getting all domains. My code looks like:

_dirEntry.Path = "LDAP://RootDSE"
_strRootDomain = "LDAP://" & _dirEntry.Prope rties("rootDoma inNamingContext ").Value.ToStri ng()
_dirEntry.Path = _strRootDomain
_dirSearch.Sear chRoot = _dirEntry
_dirSearch.Filt er = "(objectClass=d omainDNS)"
_resultColl = _dirSearch.Find All
For...