Hey Guys,

I need to write a script that configures auditing of object access for the
Everyone group:

List Folder / Read Data
Create Files / Write Data
Delete
Change Permissions
Take Ownership

for these files and folders

Files

%SYSTEMROOT%\SYSTEM32\CMD.EXE
%SYSTEMROOT%\SYSTEM32\COMMAND.COM
%SYSTEMROOT%\SYSTEM32\CSCRIPT.EXE

Folders

%SYSTEMROOT%
%SYSTEMROOT%\CONFIG
%SYSTEMROOT%\SYSTEM32

Anyone have any ideas?

Re: File and folder auditing by Owen

Owen
Thu Aug 30 16:46:26 PDT 2007

I think you want to go with a Policy to do this, not a script.

On Aug 30, 11:06 am, "Sacramento, CA" <crf...@yahoo.com> wrote:
> Hey Guys,
>
> I need to write a script that configures auditing of object access for the
> Everyone group:
>
> List Folder / Read Data
> Create Files / Write Data
> Delete
> Change Permissions
> Take Ownership
>
> for these files and folders
>
> Files
>
> %SYSTEMROOT%\SYSTEM32\CMD.EXE
> %SYSTEMROOT%\SYSTEM32\COMMAND.COM
> %SYSTEMROOT%\SYSTEM32\CSCRIPT.EXE
>
> Folders
>
> %SYSTEMROOT%
> %SYSTEMROOT%\CONFIG
> %SYSTEMROOT%\SYSTEM32
>
> Anyone have any ideas?