Where do I get netdiag.exe and what is it?

John Savill

April 5, 2000

3 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Netdiag.exe is new to Windows 2000 but is not installed as part ofa core installation, instead it is part of the Windows 2000 support tools so toinstall perform the following:

  1. Insert your Windows 2000 CD

  2. Move to the SupportTools directory

  3. Run setup.exe

A new program filessupport tools folder will be created and populated withthe utilities. It is adding to the path variable but any open cmd sessions willneed to be closed and restarted to load the new path environment string.

What does it do? Its similar to Network Monitor but not quite as good but runwith no options it will run tests on the adapters including domain membership,connection tests:

C:>netdiag

....................................

    Computer Name: CYPHER
    DNS Host Name: cypher.savilltech.com
    System info : Windows 2000 Professional (Build 2195)
    Processor : x86 Family 6 Model 5 Stepping 2, GenuineIntel
    List of installed hotfixes :
        Q147222
        Q253562
        Q253934


Netcard queries test . . . . . . . : Passed



Per interface results:

    Adapter : Local Area Connection

        Netcard queries test . . . : Passed

        Host Name. . . . . . . . . : cypher.savilltech.com
        IP Address . . . . . . . . : 200.200.200.210
        Subnet Mask. . . . . . . . : 255.255.255.0
        Default Gateway. . . . . . : 200.200.200.1
        Dns Servers. . . . . . . . : 200.200.200.1
                                     200.200.200.2


        AutoConfiguration results. . . . . . : Passed

        Default gateway test . . . : Passed

        NetBT name test. . . . . . : Passed
            No remote names have been found.

        WINS service test. . . . . : Skipped
            There are no WINS servers configured for this interface.


Global results:


Domain membership test . . . . . . : Passed


NetBT transports test. . . . . . . : Passed
    List of NetBt transports currently configured:
        NetBT_Tcpip_{9C65E63C-5242-45F8-9685-4A6649E92F35}
    1 NetBt transport currently configured.


Autonet address test . . . . . . . : Passed


IP loopback ping test. . . . . . . : Passed


Default gateway test . . . . . . . : Passed


NetBT name test. . . . . . . . . . : Passed


Winsock test . . . . . . . . . . . : Passed


DNS test . . . . . . . . . . . . . : Passed


Redir and Browser test . . . . . . : Passed
    List of NetBt transports currently bound to the Redir
        NetBT_Tcpip_{9C65E63C-5242-45F8-9685-4A6649E92F35}
    The redir is bound to 1 NetBt transport.

    List of NetBt transports currently bound to the browser
        NetBT_Tcpip_{9C65E63C-5242-45F8-9685-4A6649E92F35}
    The browser is bound to 1 NetBt transport.


DC discovery test. . . . . . . . . : Passed


DC list test . . . . . . . . . . . : Passed


Trust relationship test. . . . . . : Passed
    Secure channel for domain 'SAVILLTECH' is to '\MORPHEUS'.


Kerberos test. . . . . . . . . . . : Skipped


LDAP test. . . . . . . . . . . . . : Passed
    [WARNING] You are logged on as a local user. (CYPHERAdministrator)
        Cannot test NTLM Authentication to 'morpheus.savilltech.com'.


Bindings test. . . . . . . . . . . : Passed


WAN configuration test . . . . . . : Skipped
    No active remote access connections.


Modem diagnostics test . . . . . . : Passed

IP Security test . . . . . . . . . : Passed
    Directory IPSec Policy Active: 'Server (Request Security)'


The command completed successfully

If you run netdiag /? you will see you can run specific tests which may bemore pertinent to your problem.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like