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
701 stars 69 forks source link

Domain Controller requirements? #61

Closed brimur closed 4 years ago

brimur commented 4 years ago

Hi, sorry if I missed this but what is the method your module uses to access the domain controllers? I could not find the requirements for the domain controllers. Is something like psremoting required? The domain controllers in our environment do not have psremoting and we cannot install anything on them so I wanted to verify before trying it out. Thanks

PrzemyslawKlys commented 4 years ago

The easiest way to test is to use Get-WinEvent to access Security log. If you can do that PSwinReporting will work.