Link to home
Start Free TrialLog in
Avatar of grnow
grnowFlag for Singapore

asked on

view mapped drive full path

is there a way to view mapped network drives full path from my computer -> tools -> map network drive? can see the \\servername\the shared folder full path location
ASKER CERTIFIED SOLUTION
Avatar of x3man
x3man

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of grnow

ASKER

if let say i have mapped drive x ,, path is \\serverA\shared\users\docs\userA for eg. how can i see this full path using the command prompt?
Avatar of x3man
x3man

By typing in "net use". This will show the full path.
For example,

NET USE X:

will output:

Local name        X:
Remote name       \\serverA\shared\users\docs\userA
Resource type     Disk
Status            OK
# Opens           0
# Connections     1
The command completed successfully.
Avatar of grnow

ASKER

thanks, is this the easies way to view so far?
yes