PowerShell Universal Dashboard allows for creation of web-based dashboards using PowerShell. The client and server side code for the dashboard is authored completely in 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 Windows PowerShell or PowerShell Core can run.
Enterprise Edition
{% hint style="info" %} Enterprise Edition enables all the features of Community Edition with added charts, authorization and authentication. You can purchase a license here. {% endhint %}
Install-Module UniversalDashboard -AcceptLicense
Community Edition
{% hint style="info" %} 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. {% endhint %}
Install-Module UniversalDashboard.Community -AcceptLicense
For a full list of the differences between Community and Enterprise, visit the Feature Comparison page.