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 issues6
PowerShell Gallery downloads8751
Releasev0.0.42
Language: PowerShell Updated: 2026-04-30T07:13:35.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.