Wednesday 27 December 2017

How do I get the fully qualified path of a share in Windows?


I know that I can find out what a drive is mapped to with:


net use X:


But how do I resolve a share easily? Like \\JoshPC\SomeSharedFolder


Is there a way to get the fully qualified path?



Answer



if you want to see the full path and you have admin privs on the remote workstation then the following will work


wmic /node:hostname share


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...