Jose
(Seasoned Scripter)
2005-05-04 08:52 PM
Make report on permission

Hi guys:
I need to make a report about all the folder permissions there are on a certain Nt 4.0 file server and I would like to know if there is a simpler way than coding it and dumping the data into an Excel FE.

Thanks very much.


Les
(KiX Master)
2005-05-04 08:55 PM
Re: Make report on permission

Do you mean simpler than using DumpSec?

Jose
(Seasoned Scripter)
2005-05-04 08:57 PM
Re: Make report on permission

LES!!.......I love you

ChristopheM
(Hey THIS is FUN)
2005-05-05 10:56 PM
Re: Make report on permission

have a look at FileAcl

You can use it to :
  • dump acl,
  • generate a batch file to apply acl on an other computer (or simply reapply acl on a computer),
  • modify acl
  • delete acl
it's an .exe but there is also an .ocx version that can be called directly in kix.
This tool is referenced in the M$ web site.


NTDOCAdministrator
(KiX Master)
2005-05-06 01:51 AM
Re: Make report on permission

FILEACL v 2.8.0.6 from home page of author
http://www.gbordier.com/gbtools/fileacl.htm
http://www.gbordier.com/
Windows NT cmd-line Utilities from Guillaume Bordier
http://www.gbordier.com/gbtools/index.htm
FILEACL v2.9.0.1 (beta)
http://www.gbordier.com/gbtools/fileacl29.htm
 

FILEACL v2.8.0.1 (download from Microsoft link)
http://www.microsoft.com/downloads/detai...;DisplayLang=en
 
SubInACL (SubInACL.exe)
http://www.microsoft.com/downloads/detai...;displaylang=en
 
DumpSec - DumpEvt - DumpReg
 


Jose
(Seasoned Scripter)
2005-05-12 06:47 AM
Re: Make report on permission

Thanks Christophe, DOC.
Since I have tryed with DumpSec I will have an idea of wich one to choose the next time I need this.

DOC you are a library...allways have something intresting to show.