Perhaps one of the solutions explained in How can I remove specific events from the event log in Windows Server 2008? - Server Fault might help? " If you want to find actual problems and you have specific event ID's that you don't care to weed through, create a custom view with the following steps ... In your event log click on "Filter Current Log" in the action pane. About half way down the dialog box that pops up, you will find a text box with Replace this text with your filter needs. If you want only a certain event, put that event ID in there. If you have multiples, use commas to separate. If you wish to exclude, use a minus sign. In this case we would use "-1111" (without the quotes of course). Click "OK" on the dialog box. In the action pane you now click "Save Filter to Custom View". Now when you wish to look at your event log, use your custom view and only the information you are truly concerned with will be displayed. " " What might solve your problem is to change the audit policies in group policy. Without knowing what specifically you want to not show up, I'm not sure if there's a setting for it, but here's an example. In GPMC, drill down through Computer Configuration - Windows Settings - Security Settings - Local Policies - Audit Policy. There's not a TON of granularity here, but maybe you can get rid of what's filling up your logs. (My DCs aren't 2008, so this is what I've got from a 2003 AD perspective, hopefully it's not completely different) "
... View more