Project

TheDashboard

TheDashboard is a PowerShell module that generates nice HTML dashboard that's main goal is to integrate multiple reports created by other PowerShell modules. It's main goal is to provide a single place to see all the information you need. It's not meant to be a replacement for other modules.

Stars26
Forks7
Open issues5
PowerShell Gallery downloads8743
Releasev0.0.42
Language: PowerShell Updated: 2026-02-14T21:45:39.0000000+00:00

Documentation

TheDashboard Overview

How TheDashboard fits into reporting work.

TheDashboard is useful when a team already produces multiple HTML reports and needs a single entry point for operations, audit, or handoff review.

Common fit

  • one index page for recurring reports
  • visible links into report folders grouped by topic
  • lightweight summary gages for the latest run
  • filename cleanup rules so generated reports read better for humans

Good operating pattern

Generate reports with the source tools first, then let TheDashboard index those outputs. Keep tenant-specific report content, logs, and upload scripts outside the public website examples unless they have been intentionally sanitized.