The results are in! Meet the top members of our 2017 Expert Awards. Congratulations to all who qualified!
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Use the following command:
NET USE {drive letter}: \\{computername}\{sharenam
The syntax of this command is:
NET USE
[devicename | *] [\\computername\sharename[
[/USER:[domainname\]userna
[/USER:[dotted domain name\]username]
[/USER:[username@dotted domain name]
[/SMARTCARD]
[/SAVECRED]
[[/DELETE] | [/PERSISTENT:{YES | NO}]]
NET USE {devicename | *} [password | *] /HOME
NET USE [/PERSISTENT:{YES | NO}]
An example for mapping \\server1\files to the H drive would be:
NET USE H: \\SERVER1\FILES
I hope this helps.