220-802 · Question #1001
A user has a remote share that requires them to authenticate with a different set of credentials. Which of the following commands could a technician use to map this share?
The correct answer is B. NET USE. The NET USE command maps network drives and supports alternate credentials via the /user flag. The syntax is: net use Z: \\server\share /user:domain\username password. This allows a technician to authenticate as a different user account than the currently logged-in Windows…
Question
Options
- ATRACERT
- BNET USE
- CNSLOOKUP
- DNETSTAT
How the community answered
(15 responses)- B93% (14)
- C7% (1)
Explanation
The NET USE command maps network drives and supports alternate credentials via the /user flag. The syntax is: net use Z: \\server\share /user:domain\username password. This allows a technician to authenticate as a different user account than the currently logged-in Windows account - a common requirement for accessing shares that belong to a different domain or require elevated permissions. TRACERT (A) traces the network route to a host and has nothing to do with authentication or drive mapping. NSLOOKUP (C) queries DNS for name resolution. NETSTAT (D) displays active network connections and listening ports. None of the other options support credential specification for share mapping.
Topics
Community Discussion
No community discussion yet for this question.