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