List Disk location of shares on server

0

using cmd prompt, how can I get the location of a share? I know the name of the share, but when I remote onto the box, I can't see where the share location is.

net view shows me the names, but not the locations.

christiandev

Posted 2013-08-09T10:15:54.950

Reputation: 103

Question was closed 2014-06-16T02:47:46.687

I did search, but couldn't find anything obvious! thanks. – christiandev – 2013-08-09T10:58:39.347

Answers

1

Try using the net share command instead, ie simply:

net share

It will show you the 'resource' associated with the share which in your case should be the location on the disk.

snowdude

Posted 2013-08-09T10:15:54.950

Reputation: 2 560