|
Posted by Roger Abell [MVP] on November 15, 2007, 1:33 am
Please log in for more thread options Well, I for one am not aware of tools that aim at managing
SACLs, or for that matter of many that aim at managing DACLs
broadly that actually do so in a convenient way.
Although the NT4 systems would be problematic, one can
do what you are after, both set and verify, with WMI from
script and it is remotable provided access.
Roger
> Using group policy to set the SACLS would work, although with a mix of
> 2003,
> XP, 2000, and NT4 Ws and Srvr it doesnt always push correctly. However
> that
> doesnt allow me to go out and check the systems remotely to ensure the
> settings were pushed correctly. Thats why I'm looking for some type of
> commandline tool that can go out and check all systems at once.
> Auditpol.exe
> would be great if they had put that functionality in it.
>
> "Roger Abell [MVP]" wrote:
>
>> Security templates can do this, which would be great if your
>> machines have similar drive layouts as a group policy could
>> then apply broadly.
>> Once you have defined the security template and saved it
>> you would need to edit the text file to remove the DACL
>> part of each node for which you had defined an entry in the
>> template. Creating an NTFS specification in security templates
>> that applies only SACLs seems beyond the GUI, but once you
>> have removed the DACL part, they can be applied with the
>> Security Configuration and Analysis snapin or via import
>> into a GPO (but be careful there as GPOs get reapplied so
>> that could cause excessive reapplication).
>>
>> Roger
>>
>> > Due to Security requirements I have to setup and check auditing on
>> > directories for about 40 systems. Using auditpol.exe from the Win2K
>> > Resource
>> > Kit I can setup the System level auditing. Does anyone know of a
>> > similiar
>> > command line tool or utility that will work with directory auditing
>> > (SACLS)?
>> > The requirements are
>> > 1. needs to be US software(Security Req)
>> > 2. easy to obtain
>> > 3. should allow both checking the audit settings remotely and
>> > configuring
>> > the settings remotely, or using RCMD
>> > 4. Allow use in a batch file or script
>> >
>> > Any help or ideas is appreciated
>> > Bob
>>
>>
>>
|