220-802 · Question #453
The technician needs to map a network share to the user's Windows 7 computer from the command prompt. Which of the following commands will the technician execute?
The correct answer is C. NET USE. The NET USE command maps a network share to a local drive letter from the Windows command prompt.
Question
The technician needs to map a network share to the user's Windows 7 computer from the command prompt. Which of the following commands will the technician execute?
Options
- ANET SEND
- BNET CONFIG
- CNET USE
- DNET NAME
How the community answered
(30 responses)- A3% (1)
- B3% (1)
- C93% (28)
Why each option
The NET USE command maps a network share to a local drive letter from the Windows command prompt.
NET SEND is a messaging command used to send pop-up messages to other users or computers on a network, not for mapping drives.
NET CONFIG displays or modifies the configuration of the Server or Workstation service, not network drive mappings.
NET USE is the correct command for mapping network drives from the command line, using syntax such as 'net use Z: \\server\share'. It connects the local machine to a shared network resource and can persist the mapping across reboots with the /persistent flag.
NET NAME adds or displays a messaging name for the computer, which is unrelated to mapping network shares.
Concept tested: NET USE command for mapping network drives
Source: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/gg651155(v=ws.11)
Topics
Community Discussion
No community discussion yet for this question.