General discussion

  • Creator
    Topic
  • #2075275

    Verifying which DC authenticated

    Locked

    by carl_ramkarran ·

    How can I veryify which domain controller actually authenticated my NT workstation machines and W95/98 clients?

All Comments

  • Author
    Replies
    • #3790662

      Verifying which DC authenticated

      by neal1lb ·

      In reply to Verifying which DC authenticated

      check the security log in the event viewer
      for each controller. should tell you who
      and when if it turned on.

    • #3790437

      Verifying which DC authenticated

      by zk ·

      In reply to Verifying which DC authenticated

      For NT workstations, start>run>winmsd>network tab and at the bottom of it you will see logon server and that is the dc that autheticated the client. If you want the NT workstation to authenticate with a specific dc you can use setprfdc utility from sp4.

      For 95/98 machines, I am not sure. I think it also depends on the node type settings (b or h) on wins. Don’t quote me on that though. If there is a way to verify, I’d like to know as well.

    • #3790392

      Verifying which DC authenticated

      by nascarjoe ·

      In reply to Verifying which DC authenticated

      For WIN95/98 machines you have to display the old 3.11 WFW logon message. Here goes:
      Edit the Reg. Go to HKEY_LOCAL_MACHINE\NETWORK\LOGON\ and add a Dword value named DomainLogonMessage and then set the value to 1. every time you logon to a domain you will get a message telling you the domain, the server, and what access rights your userid has. I haven’t tried this on NT Workstation yet but should work the same.

    • #3790335

      Verifying which DC authenticated

      by tstumph ·

      In reply to Verifying which DC authenticated

      open a dos box

      Type set

      look at the %logonserver% variable.

    • #3790165

      Verifying which DC authenticated

      by ustutz ·

      In reply to Verifying which DC authenticated

      If you are running a logon script (BAT file), add the lines
      echo %logonserver%
      pause
      to the script (“pause” waits for you to hit ‘Enter’ to continue). Note that the %logonserver% variable is set only during the logon process. Once logged on you can no longer recall that variable value from a dos window.

Viewing 4 reply threads