Does somebody know if there is a way to query the Directory database to obtain a listing that includes security and other settings (shares, permissions, etc) of all folders and subfolders of a machine running Win 2003 Server ?
Any help or comment will be appreciated.
Check out the following...it can produce an output of what I think you are looking for.
Group Policy Management Console with Service Pack 1, The Microsoft Group Policy Management Console (GPMC) with Service Pack 1 (SP1) unifies management of Group Policy across the enterprise. The GPMC consists of a MMC snap-in and a set of programmable interfaces for managing Group Policy.
http://www.microsoft.com/downloads/details.aspx?FamilyID=0a6d4c24-8cbd-4b35-9272-dd3cbfc81887&displaylang=en
Last Wiki Answer Submitted: January 8, 2005 8:47 pm by Imaginetsecurity0 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
You can dump the rights for the entire filesystem on a drive. I have used it with partial success – it’s called DumpACLS (gui) and it’s part of the W2k resource kit, or you can use CACLS (OS) or XCACLS (resource kit) at the command line, but the output needs some work.
As to dumping share permissions… best bet is ShareEnum from sysinternals…
Hi,
You can dump the rights for the entire filesystem on a drive. I have used it with partial success – it’s called DumpACLS (gui) and it’s part of the W2k resource kit, or you can use CACLS (OS) or XCACLS (resource kit) at the command line, but the output needs some work.
As to dumping share permissions… best bet is ShareEnum from sysinternals…
I hope this gets you started…
Alex