CompTIA Network+

Category - Management

The proper command line syntax for mapping a network share to a local drive letter in Windows is:
  1. NET USE z: \\Server\ShareName
  2. NET SHARE z: \\Server\ShareName
  3. NET USE z: //Server/ShareName
  4. NET SHARE z: //Server/ShareName
Explanation
Answer: A - NET USE z: \\Server\ShareName is the correct syntax for mapping a network share to a local drive letter in windows.

Key Takeaway - The NET USE command, followed by the Server and ShareName (represented by \\Server\ShareName) is the only correct syntax for mapping a shared resource to a local drive letter. Replace Z with the drive letter, Server with the server name, and ShareName with the name of the shared storage.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz