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

Install TheDashboard

Install TheDashboard from PowerShell Gallery.

Install the module from PowerShell Gallery:

Install-Module -Name TheDashboard -Scope CurrentUser
Import-Module TheDashboard

The dashboard output is static HTML, so you can generate it locally first and then publish the report folder through the hosting or file-sharing process your team already uses.