Project

PSEventViewer

PSEventViewer (Get-Events) is really useful PowerShell wrapper around Get-WinEvent. One of the features you may be interested in is a simple way of getting “hidden” events data

Stars125
Forks22
Open issues0
PowerShell Gallery downloads1037716
ReleasePSEventViewer-v3.4.1
Language: C# Updated: 2026-03-30T08:50:25.0000000+00:00

Documentation

PSEventViewer Docs

Curated documentation workspace for PSEventViewer.

PSEventViewer wraps common Windows Event Log workflows so scripts can query, watch, and shape event data with less repeated Get-WinEvent plumbing.

Start here

Typical use

  • query known event groups across one or more machines
  • watch selected event IDs during a short troubleshooting window
  • return event data in a shape that can be reported or filtered
  • use event collection as part of Active Directory or Windows diagnostics