Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting permission list

Status
Not open for further replies.

jcck2003

IS-IT--Management
Joined
Mar 21, 2003
Messages
168
Location
US
Hi All:

do you know if there is any tool out there that can export the permission list on a directory and its underneath subdirectories (who has read/write permission, who has full etc.)

onto a text file or spreadsheet ?

Thanks
J
 
You could use CACLS, 'piped' to a file (though not sure if format of layout exactly what you need). Eg,

cacls <dirname> /T > perms.txt (/T for sub directories).
 
Somarsoft has a product called DumpSec which will export the ACLs for file systems, registry, printers, shares, etc. You can put them in a delimited text file and import them into a database for easy reading. It's free and you can get it from
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top