Windows – How to connect AD Explorer from Sysinternals to Global Catalog

active-directorywindows

I'm using the sysinternals AD Explorer quite frequently to search and inspect an Active Directory without any big problems.

But now i'd like to connect not only to a single AD Server. Instead i like to inspect the global catalog.

If i enter within the AD Explorer connect dialog only the dns name of the machine (e.g. dns.to.domain.controller) that is serving the global catalog i only receive the concrete domain for which it is responsible, but not the whole forest (that's normal behaviour and expected by me).

If i'm going to add the default port number (3268) for the global catalog in the form dns.to.domain.controller:3268 AD Explorer will simply crash without any further message.

The global catalog itself works as expected under the given name and port number, cause our apache server use exactly this address and port number to authenticate some users.

  • So any hints or tips to access the global catalog out of AD Explorer?
  • Or there are any other nice tools like AD Explorer out there that doesn't have any problems to access the global catalog?

Best Answer

While ADSI Edit is not as fancy as ADexplorer, it can work for your scenario.

Open ADSIEdit, right-click, and choose “Connect to.” In the Connections Settings, click the “Advanced” button and change from “LDAP” to “Global Catalog.” This will cause your connection to use port 3268 when you connect to your target server.

The "Path" in the connect to screen should've changed from LDAP//...... to GC://

If you wish, you can specify a server to connect to and fill in the Distinguished name or Naming context with something like: DC=mydomain,DC=local and under the computer node leave the defaults.