📎 AI Summary:
The thread discusses how to list all shared folders and their permissions on a Windows system without a domain controller, with initial questions from the user about sharing details and backing up this information. A responder suggests using the "Computer Management" tool to view shared folders and their permissions, and mentions the "net share" command for listing shares, though not permissions. Overall, the conversation provides practical methods for viewing share information on a LAN, with some mention of third-party options, but no definitive solution for backing up or restoring share configurations.

pstein

Extraordinary Member
Joined
Mar 20, 2010
Messages
454
Thread Author #1
How can I list all shared folders (easy) and the users who have which permissions?

Can I backup and restore (later) these infos somehow?

The questions applies to a LAN with NO domain controller/Active directory

Peter
 

Solution
Not exactly sure about all versions of Win7 but both Pro and Ultimate support
Right click on Computer from start menu and choose "Manage" then in the left column
Expand Shared Folders and select "Shares"
This should show you all of your shared folders and then you can examine both share permissions as well as NTFS security permissions by right clicking them individually and choosing properties and using the respective tabs "Share Permissions" and "Security".
Typing
net share
at a command prompt will also display the shares but I don't know of a switch that supports displaying the related permissions with that utility.
There may very well be some third party utilities available for doing this that I am not aware of.

Trouble

Noob Whisperer
Joined
Nov 30, 2009
Messages
13,722
Not exactly sure about all versions of Win7 but both Pro and Ultimate support
Right click on Computer from start menu and choose "Manage" then in the left column
Expand Shared Folders and select "Shares"
This should show you all of your shared folders and then you can examine both share permissions as well as NTFS security permissions by right clicking them individually and choosing properties and using the respective tabs "Share Permissions" and "Security".
Typing
net share
at a command prompt will also display the shares but I don't know of a switch that supports displaying the related permissions with that utility.
There may very well be some third party utilities available for doing this that I am not aware of.
 

Solution