• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Track down a windows share

Bud Guy

Senior member
I'm looking to be able to quickly find what shares a global group is associated with. For example, there is a group called managers, I'd like to find out what shares on whatever servers, that the group is in their ACL.

Does this make sense?

Any ideas?
 
the only way I can think to check this, is to use some tool the checks folder permissions and apply it to a decent scripting language, such as perl.
 
I think I've found an answer. Exporter, from SystemTools.com was able to dump all of the shares, (with permissions) from my servers to a txt file.
 
You can do this with dumpsec as well. I believe you can also do this with subinacl if you prefer the command line.
 
Back
Top