EvotecIT / PSWinReporting

This PowerShell Module has multiple functionalities, but one of the signature features of this module is the ability to parse Security logs on Domain Controllers providing easy to use access to AD Events.
MIT License
705 stars 70 forks source link

Prerequisites for reporting #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi,

This is very very nice script and thanks for this! Maybe I missed but is there a documentation what I need to configure in my DC logging settings before I start using this?

PrzemyslawKlys commented 6 years ago

Just a GPO over your DC. image

You can skip the logon/logoffs as those most likely will not be useful. Seeing as logs are overloaded with those your Security log will grow a lot and you won't have much benefits from this.

It still can be useful for other purposes. The other GPO would be:

image

So the size of the logs is controlled. Keep in mind on above screenshot the log size is very small. You may need to adjust this to your environment.

ghost commented 6 years ago

Thanks!