Project

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.

Stars727
Forks72
Open issues20
PowerShell Gallery downloads15478
Releasev2.0.23
Language: PowerShell Updated: 2026-02-14T21:19:28.0000000+00:00

Documentation

PSWinReporting Overview

When to use PSWinReporting and what it covers.

Use PSWinReporting when you need PowerShell-driven reporting around Windows event logs, especially Active Directory security events and forwarded-event workflows.

The module is useful for older event-reporting pipelines, scheduled reports, and environments where event forwarding needs to be prepared before report generation. For new projects, review whether newer Evotec reporting modules cover the same scenario with a cleaner workflow.

Common tasks

  • Enable remote event log access where event collection requires it.
  • Register a scheduled-task forwarder for forwarded events.
  • Build report workflows around AD security events.
  • Keep credentials, SMTP settings, and SQL settings outside public scripts.