How to explore the local active directory?

13,041

If you install the administration tools pack (from MS Downloads) you will get all the Server MMC snapins available in Add/Remove Windows Components (from Programs and Features).

This includes the AD administration tools.

Share:
13,041

Related videos on Youtube

Quandary
Author by

Quandary

Mind the gap.

Updated on September 17, 2022

Comments

  • Quandary
    Quandary over 1 year

    Question: On Windows7, how can I explore the local active directory ?

    I mean getting all directory entries I would see when I execute this code:

    Dim AD As New System.DirectoryServices.DirectoryEntry("WinNT://" + Environment.MachineName & ",computer")
    

    I have found a systernals tool, called activedirectory explorer,
    (http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx)
    and I run it as complete administrator (root), but it always says "server not working/running".

    But the server obviously works, since I can query it from .net... and it's definitely local, since I plugged the network connection