The PowerShell Universal Dashboard PowerShell module allows for creation of web-based dashboards. The client and server side code for the dashboard is authored all PowerShell. Charts, monitors, tables and grids can easily be created with the cmdlets included with the module.The module is cross-platform and will run anywhere PowerShell Core can run.
Install-Module UniversalDashboard
Universal Dashboard also features a free Community Edition. This edition is open-source, LGPL licensed and available for free. It contains a subset of features of the Enterprise Edition. To install this version, use the following command line.
Install-Module UniversalDashboard.Community -AllowPrerelease
Visit PoshUD.com to see a live example of a dashboard.
To purchase a license, visit IronmanSoftware.com.
For how-to videos, view the Universal Dashboard playlist on YouTube.