Project-Neith
Project-Neith copied to clipboard
Add Log Viewer for AD Computers
Include a panel to pull logs and filter by EventID for the AD Computer
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.