Net Use Map Drive
September 14, 2012
Steven Whiting
If already tried to map drive and got permission denied go to CMD
type
net use
You’ll probably see it in the list with no drive letter
Type:
net use /d \\COMPUTERNAME\share
To map as another user type:
net use x: \\COMPUTERNAME\share /user:DOMAINNAME\USERNAM *
Then it will ask for the user name password. Press enter.
Done.