Chris,
If you wanted to use what is available to you natively in Windows then you
would have to go to each client and at a command prompt enter set l ( that
is the lower case letter "L" ). This will tell you which DC authenticated
the logon request. Or you could write a logon script that would gather this
information for you....
Probably not a really good way to do things!
You might want to look into the utilities that Laura suggested. Thanks,
Laura. I have never messed around with any of those ( but am familiar with
both web sites... ).
Out of the box, all WIN2000 Domain Controllers have a weight of 0 and a
priority of 100. I presume that this has not changed in WIN2003 ( have not
played with 2003 too much yet...I know, I know! ). So, out of the box
things are pretty evenly distributed. You see, WIN2000 and WIN XP systems
look for a Domain Controller in its Site with the lowest weight. 0 would be
the lowest in this case. Since both have a weight of 0 the next parameter
is the priority. Since both have a priority of 100 things are perfectly
balanced out. You should notice that about 50% of your authentication
requests is handled by 'DC01' and that the other 50% is handled by 'DC02'.
Please take a look at the following two MSKB Articles:
http://support.microsoft.com/?id=247811
http://support.microsoft.com/?id=314861
HTH,
Cary