220-1102 · Question #258
A user calls the help desk to report that mapped drives are no longer accessible. The technician verifies that clicking on any of the drives on the user's machine results in an error message. Other us
The correct answer is A. net use. The net use command is the correct tool for managing network drive mappings from the command line. It can display current connections (net use), disconnect a drive (net use Z: /delete), and reconnect it (net use Z: \\server\share). The set command manages environment variables, m
Question
A user calls the help desk to report that mapped drives are no longer accessible. The technician verifies that clicking on any of the drives on the user's machine results in an error message. Other users in the office are not having any issues. As a first step, the technician would like to remove and attempt to reconnect the drives. Which of the following command-line tools should the technician use?
Options
- Anet use
- Bset
- Cmkdir
- Drename
How the community answered
(53 responses)- A91% (48)
- B6% (3)
- C2% (1)
- D2% (1)
Explanation
The net use command is the correct tool for managing network drive mappings from the command line. It can display current connections (net use), disconnect a drive (net use Z: /delete), and reconnect it (net use Z: \\server\share). The set command manages environment variables, mkdir creates directories, and rename renames files - none of these can manage mapped network drives.
Topics
Community Discussion
No community discussion yet for this question.