Comprehensive and Detailed Explanation From Exact Extract:
The net use command in Windows is used to map (assign) a shared drive from the command line. The syntax typically looks like: net use X: \server\share where X is the drive letter and \server\share is the network path.
A. pathping tests network latency and packet loss.
B. nslookup is used for DNS troubleshooting.
D. tracert shows the route packets take to reach a destination — not for drive mapping.
[Reference:, CompTIA A+ 220-1102 Objective 1.7: Given a scenario, troubleshoot common operating system problems., Study Guide Section: Command-line tools — net use for drive mapping, ===========================, ]
Submit