63,535 pts.
 How to generate a listing of security information of Win 2003 server folders
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.

Software/Hardware used:
ASKED: November 2, 2004  12:45 PM
UPDATED: January 11, 2005  2:18 PM

Answer Wiki:
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  Imaginetsecurity   0 pts.
All Answer Wiki Contributors:  Imaginetsecurity   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 0 pts.