An open API service indexing awesome lists of open source software.

https://github.com/chrdek/psstatsreporting

🖥️ A local system stats reporting tool in plain powershell with a highcharts.js component for the frontend
https://github.com/chrdek/psstatsreporting

design-patterns highcharts-js powershell powershell-module powershell-modules powershell-script powershell-scripts powershell-ui wpf wpf-ui xaml

Last synced: about 1 month ago
JSON representation

🖥️ A local system stats reporting tool in plain powershell with a highcharts.js component for the frontend

Awesome Lists containing this project

README

          

# PowerShell Based Local System Stats Reporting Tool


__Core Features:__
- Built-in internal browser component (IE11 support).
- Built-in CHM Help file documenter for loaded .psm1 modules and classes.
- Built-in self-checks for UI.
- Sleek WPF/XAML-based user interface [(UI Designed on Blend for VS 2017)](https://docs.microsoft.com/en-us/visualstudio/xaml-tools/creating-a-ui-by-using-blend-for-visual-studio?view=vs-2022).
- Azure function and AWS Lambda example invocations.




__Prerequisites:__
1. For the *.chm generator to work, the [Microsoft HTML Help Workshop](https://docs.microsoft.com/en-us/previous-versions/windows/desktop/htmlhelp/microsoft-html-help-downloads) executables are required.
2. Also, IE 11 is required to be installed in your windows system.
3. You will need to install modules [AzFnUtil](https://www.powershellgallery.com/packages/AzFnUtil/1.0.1), [LmbdUtil](https://www.powershellgallery.com/packages/LmbdUtil/1.0.1), [ImageUtils](https://www.powershellgallery.com/packages/ImagesUtil/1.1.0.0), [PSParallel](https://www.powershellgallery.com/packages/PSParallel/2.2.2) for the complete application to operate properly.

To Install a module, run from powershell command line:
```powershell
PS> Install-Module -Name
```


**_NOTE: This is an initial draft, more features to come . . ._**

> _As of 15/06/22 and onwards additional support might be_
>
> _required for builtin IE11 functionality_






## Running sample of the application depicted below:



Default Screen Capture