How to explore the local active directory ?
Posted
by
Quandary
on Super User
See other posts from Super User
or by Quandary
Published on 2010-07-14T08:05:00Z
Indexed on
2011/01/13
1:55 UTC
Read the original article
Hit count: 469
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
© Super User or respective owner