Hi,

I've been trying to create a script to display the ACL ntfs auditing
information on a particular folder and have tried using WMI and cacls,
but these methods onlt show the access permissions and not what is
been audited.

Is there a way in Vbscript or any utility to display / retrieve the
NTFS auditting information or at the very least check to see if
auditing is enabled on a particular folder?

Thanks
Martin

Re: Script to view ACL auditing information by martin

martin
Wed Dec 12 08:34:49 PST 2007

Figured it out myself...

just used the windows 2003 resourse kit utility suninacl.exe to output
all securuity descriptors to text file and then parsed the file with
some string manipualtion using vbscript...


On Dec 7, 8:41 am, mar...@martian.bc.ca wrote:
> Hi,
>
> I've been trying to create a script to display the ACL ntfs auditing
> information on a particular folder and have tried using WMI and cacls,
> but these methods onlt show the access permissions and not what is
> been audited.
>
> Is there a way in Vbscript or any utility to display / retrieve the
> NTFS auditting information or at the very least check to see if
> auditing is enabled on a particular folder?
>
> Thanks
> Martin