How can I find the location of a mapped drive?
-
I have a user that has a drive mapped as her T drive. I need to mirror this setup for another user. The problem is that I have no clue what server the T drive points to. Any ideas on how to figure this out?
-
net use
-
For some reason our code formatting is broken. It is stripping out the spaces.
-
Weird, you're right.
-
But yeah, net use will do this
-
-
You could do this with wmic as well, but net use is easier.