A technician needs to provide a user with continuous access to a shared folder located at \\SERVER01\SharedDocs. The user wants this folder to appear as the G: drive on their computer every time they log in. Which of the following commands should the technician use to accomplish this?
The correct command is net use G: \\SERVER01\SharedDocs /persistent:yes. The net use command is used to connect to network resources. Specifying the drive letter G: assigns the share to that letter. The UNC path \\SERVER01\SharedDocs points to the resource. The /persistent:yes switch ensures that the mapping is saved and automatically restored at subsequent logons. The other commands are incorrect; gpupdate applies group policies, map-drive is not a valid Windows command, and xcopy is used for copying files, not mapping drives.
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 syntax for the net use command?
Open an interactive chat with Bash
What are some common issues with using the net use command?
Open an interactive chat with Bash
Can I use the net use command to disconnect from a mapped drive?