Consider the following scenario:
You are running a Windows Server 2003 Domain with a Windows Server 2008 R2 or Windows 7 member. You are doing this because you want to run the Group Policy Management tools in the most recent version. In addition to the tools you also install Advanced Group Policy Management (AGPM) version 4.0 so you also have the administrative roles and the change management process the component offers.
The domain has many domain controllers, where quite a number of them are only accessible across slow links or traffic is blocked on the firewall.
When you start the AGPM client in this configuration, you may encounter excessive startup times and slow refresh. When you take a network monitor trace during startup, you see that the administrative stations contacts each Domain Controller in the domain and tries to send a UDP/389 LDAP request to it. On startup, it tries to contact each domain controller at least once.
When you look at the internal error code you see:
0xc000005e: STATUS_NO_LOGON_SERVERS
When you enable netlogon logging according to Microsoft KB article 109626, you will see many entries similar to:
03/03 13:07:04 [MISC] DsGetDcName function called: Dom:<domain> Acct:(null) Flags: IP KDC Longhorn_DC
03/03 13:07:04 [MISC] NetpDcInitializeContext: DSGETDC_VALID_FLAGS is c01ffff1
03/03 13:07:04 [MAILSLOT] NetpDcPingListIp: CORP.INGOS.RU: Sent UDP ping to <IP address>
03/03 13:07:04 [CRITICAL] NetpDcMatchResponse: <DC name>: <domain>: response not from a longhorn dc. 0x1fc
"Longhorn_DC" implies the caller is specifically asking for a Windows Server 2008 or Windows Server 2008 R2 Domain Controller.