Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. karumbu2004

    List groups and subgroups from active directory

    I have the task of listing all groups in a domain, and under each group i need to list the members of the top level group and any sub-groups if any. Requirement is something like this. Group 1 --Member 1 --Member 2 --Member n ----Group 2 (Sub-group) ------Member 3 ------Member 4 ------Member n...
  2. karumbu2004

    Fetching GROUPS from active directory based on DOMAIN and LOCATION

    How to fetch all the AD Groups from Active directory for a specific DOMAIN and LOCATION using LDAP. I have tried following code, which returns all groups for a domain, but i am unable to filter it out by LOCATION. Dim enTry As DirectoryEntry = New DirectoryEntry("LDAP://SOMEDOMAIN") Dim...

Part and Inventory Search

Back
Top