What command is used to check the status of a network device or system on the network?

The wireless network report is one of the more useful tools in Windows 10 that can help you diagnose Wi-Fi connection problems.

To create the wireless network report

  1. In the search box on the taskbar, type Command prompt, press and hold (or right-click) Command prompt, and then select Run as administrator > Yes.

  2. At the command prompt, type netsh wlan show wlanreport.

    This will generate a wireless network report that’s saved as an HTML file, which you can open in your favorite web browser. The report shows all the Wi-Fi events from the last three days and groups them by Wi-Fi connection sessions. It also shows the results of several network-related command line scripts and a list of all the network adapters on your PC.

The wireless network report contains the following sections:

  • Wi-Fi summary chart. This chart shows the Wi-Fi connection sessions that are available in the report. Select a section in the chart to go to the corresponding Wi-Fi session shown in the report.

    A red circle indicates an error. If you see one, select it to get info about the error.


    What command is used to check the status of a network device or system on the network?
     

  • Report Info. Shows the date the report was created and how many days it covers.

    What command is used to check the status of a network device or system on the network?

  • General System Info. Contains details about your PC. It includes the computer name, system manufacturer, system product name, BIOS date, BIOS version, OS build, Machine ID, and info about if it’s MDM joined.

    What command is used to check the status of a network device or system on the network?

  • User Info. Contains general information about the person who is currently signed in to the PC. It contains:

    • Username. Current user signed in to the PC.

    • User Domain. The domain the PC is joined to.

    • User DNS Domain.

      What command is used to check the status of a network device or system on the network?

  • Network adapters. Contains a detailed list of all the network adapters on your PC. This includes any hidden adapters.

    • Device. This is the friendly name of the adapter.

    • PnP ID. The PnP ID the PC uses to identify the adapter.

    • Guid. The Unique identifier of this adapter on your PC.

    • Current driver version. Current driver version the adapter is using.

    • Driver date. The date the driver was installed.

    • DevNode flags.

    • Problem number. If there’s a problem with your adapter, the problem number will be listed here.

      What command is used to check the status of a network device or system on the network?

  • Script output

    • IPConfig /all. Shows detailed information about the state of the adapters on the system. This includes the physical (MAC) address, IP address, DNS server, if DHCP is enabled, and much more.

      What command is used to check the status of a network device or system on the network?

    • NetSh WLAN Show All. Shows detailed information about your Wi-Fi adapter including the adapter’s capabilities, the Wi-Fi profiles on your PC (not including security keys or passwords), and a list of the Wi-Fi networks that were found when you ran the report.

      What command is used to check the status of a network device or system on the network?

    • CertUtil -store -silent My & certutil -store -silent -user My. Contains a list of the current certificates on your PC.

      What command is used to check the status of a network device or system on the network?

    • Profile Output. A detailed list of all the Wi-Fi profiles stored on your PC. Security keys and passwords are encrypted and aren’t displayed.

      What command is used to check the status of a network device or system on the network?

  • Summary

    • Session Success/Failures. Summary of the successes, failures, and warnings that are reported for the different Wi-Fi sessions.

      What command is used to check the status of a network device or system on the network?

    • Disconnect Reasons. Lists the different reasons you were disconnected from the Wi-Fi network.

      What command is used to check the status of a network device or system on the network?

    • Session Durations. A chart that shows how long each of the following sessions lasted.

      What command is used to check the status of a network device or system on the network?

    • Wireless Sessions. All the Wi-Fi events associated with each Wi-Fi session.

      • Interface name. Friendly name for the adapter.

      • Interface Guid. Unique identifier for the adapter.

      • Connection Mode. How your device connected to the network—Manual, Auto with a profile, and so forth.

      • Profile. Profile used in the connection (when a profile is used).

      • SSID. The name of the Wi-Fi network.

      • BSS Type. Type of network—Infrastructure, Independent (adhoc), or any (either Infrastructure or Adhoc).

      • Session Duration. How long the session lasted.

      • Disconnection Reason. Reason why you were disconnected.

      • Events. All the Wi-Fi events for this session.

        To get more info about an event, select it. These events are color coded and can help you to diagnose problems. The summary chart has a definition for each of the different colors.


        What command is used to check the status of a network device or system on the network?
         

Next: Tools and apps

Go back to the Overview

Need more help?

Which of the following command can perform a reverse lookup?

The nslookup command can also perform a reverse lookup using an IP address to find the domain or host associated with that IP address.

What command can scan the issues in the Windows image?

For a quick check of an online image, you may be able to use the command: sfc /scannow to scan and repair files. For a more extensive check that can repair issues with the store, use DISM /Cleanup-Image .

Which of the following command can be used to display the local routing table for a Windows device?

The two commands used to display the routing table on a Windows host are route print and netstat -r. Command route print: It is used to display the routing table on the Windows host.

Which Windows utility can be used to show the intermediary points on the packet routes?

Traceroute is a computer network diagnostic tool for displaying the route (path), and measuring transit delays, of packets across an Internet Protocol (IP) network.