I have a Windows 2008 server with various software packages installed on it.

I want to know what network shares my server is sharing (and I want to know that from within the server, not by trying to access the shares from another computer).

Does anyone know how to do that?

link|improve this question

79% accept rate
feedback

3 Answers

up vote 6 down vote accepted

Start -> Run -> compmgmt.msc -> OK.

Computer Management (Local) -> System Tools -> Shared Folders -> Shares.

This will show you all the current shares on the system as well as allow you to control them, change permissions, modify access, etc.

enter image description here

link|improve this answer
Also shows opened shared by which users. – surfasb Jul 11 '11 at 18:02
Thanks for the screenshot Moab. – music2myear Jul 11 '11 at 19:12
feedback

From a command prompt, enter the command:

net share

This will show all shares on the system, including hidden.

link|improve this answer
feedback

start > run

\\127.0.0.1

will do the trick

PLEASE NOTE THIS WILL NOT SHOW HIDDEN SHARES.

link|improve this answer
1  
Actually, that does not do the trick. Hidden shares (ADMIN$ C$ IPC$ print$, etc.) are not shown. – KCotreau Jul 11 '11 at 15:57
true comment updated answer to reflect this – Stephen Martin Jul 11 '11 at 16:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.