I have configured several avanced audit policy settings under:
Computer Configuration => Policies => Windows Settings => Security Settings =>
Advanced Audit policy Configuration => Audit Policies => ...
Also the following setting is set to "Enabled":
Computer Configuration => Policies => Windows Settings => Security Settings =>
Local Policies => Security Options => Audit: Force audit policy subcategory settings
(Windows Vista or later) to override audit policy category settings.
However none of the advanced audit settings is getting applied. Running
auditpol /get /category:*
shows all options set to "No Auditing". Also there are none of the deprecated audit policies set.
What surprises me, is that neither gpresult nor rsop.msc show up the "Advanced audit policy" category. What am I doing wrong here? I am running out of ideas. Thanks in advance for your input!
[1. Addendum]
Other settings configured in the same group-policy object are getting applied. So the common pitfalls can be ruled out.
The originally GPO contains MSS settings
Creating a new, empty GPO and only setting the advanced audit configuration items, make them appear on the target server (checked with auditpol). So there must be something wrong with the GPO itself.
[2. Addendum]
- Comparing both {GUID}\Machine\Microsoft\Windows NT\Audit\Audit.csv files with each other reveals the following difference. Note the double occurence of "audit".
Non working version of audit.csv:
,System,Audit Policy Change,{0CCE922F-69AE-11D9-BED3-505054503030},Success and Failure,,3
Working version of audit.csv:
,System,Audit Audit Policy Change,{0cce922f-69ae-11d9-bed3-505054503030},Success and Failure,,3
Whats going on here? Any compelling reasons to not edit this file manually?