A help desk technician is performing initial troubleshooting on a Windows 11 client workstation experiencing network issues. Match each Windows networking CLI utility or command to its correct diagnostic function.
- ipconfig /allDisplays detailed TCP/IP configuration settings, including MAC address, DHCP server, and DNS server addresses.
- pingTests network reachability to a remote host using ICMP Echo Request messages.
- nslookupQueries DNS infrastructure to verify domain name resolution and inspect DNS resource records.
- netsh wlan show profilesLists saved wireless network connection profiles configured on the Windows client.
Answer
Matching pairs:
- ipconfig /all matches: Displays detailed TCP/IP configuration settings, including MAC address, DHCP server, and DNS server addresses.
- ping matches: Tests network reachability to a remote host using ICMP Echo Request messages.
- nslookup matches: Queries DNS infrastructure to verify domain name resolution and inspect DNS resource records.
- netsh wlan show profiles matches: Lists saved wireless network connection profiles configured on the Windows client.
- ipconfig /all matches: Displays detailed TCP/IP configuration settings, including MAC address, DHCP server, and DNS server addresses.
- ping matches: Tests network reachability to a remote host using ICMP Echo Request messages.
- nslookup matches: Queries DNS infrastructure to verify domain name resolution and inspect DNS resource records.
- netsh wlan show profiles matches: Lists saved wireless network connection profiles configured on the Windows client.
Each command corresponds directly to its standard function on a Windows client: `ipconfig /all` enumerates complete TCP/IP and adapter properties; `ping` verifies ICMP reachability; `nslookup` queries DNS infrastructure; and `netsh wlan show profiles` inspects saved wireless network profiles.
Step-by-Step Solution
Key Concept
Windows Client Network Diagnostic CLI Utilities