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
- Host: GitHub
- URL: https://github.com/chrdek/psstatsreporting
- Owner: chrdek
- License: gpl-3.0
- Created: 2022-06-14T17:26:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T16:16:35.000Z (over 3 years ago)
- Last Synced: 2025-03-24T10:49:43.716Z (about 1 year ago)
- Topics: design-patterns, highcharts-js, powershell, powershell-module, powershell-modules, powershell-script, powershell-scripts, powershell-ui, wpf, wpf-ui, xaml
- Language: PowerShell
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: