Project-Neith icon indicating copy to clipboard operation
Project-Neith copied to clipboard

Add Log Viewer for AD Computers

Open theabraxas opened this issue 6 years ago • 1 comments

Include a panel to pull logs and filter by EventID for the AD Computer

theabraxas avatar Feb 03 '19 20:02 theabraxas

There are two commands - Get-WinEvent and Get-EventLog which retrieve windows events. They seem to have pretty large latency when run remotely. Will need to scope the eventlog (*access permission issues around the security log) and type of events and date of events for reasonable performance. Looking up specific events remains fast but broad lookups are not as fast.

Perhaps an alternative setup would allow for a WEF server integration.

theabraxas avatar Feb 10 '19 21:02 theabraxas