Determine the domain controller
How can I get the name of the domain controller I'm loggin on to? We are using an environment with 2 domain controllers, and in order to get the mapping right, I need to find out which domain controller I'm using.
Any help in welcome.
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
Re: Determine the domain controller
refer http://vblib.virtualave.net, there is a function GetNetParam in vbNetwork of the activeX DLL, do not if it will help.
HTH