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

Add 'credentials' switch #46

Closed progenyofeniac closed 5 years ago

progenyofeniac commented 5 years ago

It would be helpful to have the option to specify credentials when running the module so as to gather logs from domain controllers while running the module as a standard user.

WinterJackSolutions commented 5 years ago

Seconded on this - struggling to get it working running as domain admin account from local machine. Thx

PrzemyslawKlys commented 5 years ago

I'll make this happen. Need to make some tests with PSEventViewer - as this is basically a feature that will end up in https://github.com/EvotecIT/PSEventViewer and PSWinReporting will wrap it up.

PrzemyslawKlys commented 5 years ago

Will be in 2.0.10

PrzemyslawKlys commented 5 years ago

Added, released

Update-Module PSWinReportingV2

Please test and report back if things won't work. Thanks