How do I find all the folders that are shared on Windows Server 2008?
feedback
|
|
You can open a command shell and type: net share | |||
feedback
|
|
A quick way is to insert
in your start box. This opens the Share and Storage Management Console on Windows Server 2008.
| ||||
|
feedback
|
|
In powershell you can use the following:
| |||
|
feedback
|
|
If you need to know which shared folder corresponds which folder on your system, execute: compmgmt.msc | |||
|
feedback
|
