The correct answer is C. net use , which is the Windows command-line utility used to display, create, and remove mapped network drives and SMB (Server Message Block) connections . When working remotely through command-line interfaces, technicians often rely on net use to quickly verify which network shares are currently connected.
The Quentin Docter – CompTIA A+ Complete Study Guide explains that SMB is the protocol Windows uses for file and printer sharing, and mapped drives are maintained through SMB sessions. The net use command lists all active connections, including the drive letter, remote UNC path, and connection status.
The Travis Everett & Andrew Hutz – All-in-One Exam Guide highlights that net use is especially valuable for remote troubleshooting because it does not require a graphical interface. This makes it ideal when administering multiple systems via command prompt or remote shell.
The Mike Meyers / Mark Soper Lab Manual clarifies that systeminfo displays OS and hardware details, hostname only shows the system name, and nslookup is used for DNS queries. None of those commands provide information about mapped SMB shares.
Since the task is to verify existing SMB mappings , net use is the only command that directly fulfills this requirement, making C the correct answer.