At a Windows Command Prompt, an administrator needs to map the shared folder \SRV-FILES\PROJECTS to the drive letter P:. Which command accomplishes this task?
net use P: \SRV-FILES\PROJECTS is the correct syntax to map a network share to a local drive letter.
net share creates or manages shares on the local computer; it does not map drives.
net start controls services and cannot connect to network resources.
net session displays or disconnects current SMB sessions, not map drives.
Using net use with the desired drive letter and Universal Naming Convention (UNC) path connects the PC to the share and makes it appear in File Explorer as drive P:.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the net use command?
Open an interactive chat with Bash
What are shared network resources?
Open an interactive chat with Bash
How do you disconnect a mapped drive using net use?