svg

System administrator info

    mail: srvsysinfo@gmail.com

    How to: Find which DC a computer is authenticated to

    Windows / 06.04.2022

    There is a quick and easy way to check which Domain Controller your windows PC is authenticated to via the command line.

    When the CMD window opens, enter the following and hit enter:

    echo %logonserver%

    The logon server will be displayed.