{"id":22138926,"url":"https://github.com/chrdek/psstatsreporting","last_synced_at":"2026-04-29T11:02:08.641Z","repository":{"id":114877959,"uuid":"503456980","full_name":"chrdek/PSStatsReporting","owner":"chrdek","description":"🖥️ A local system stats reporting tool in plain powershell with a highcharts.js component for the frontend","archived":false,"fork":false,"pushed_at":"2022-10-14T16:16:35.000Z","size":1325,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T10:49:43.716Z","etag":null,"topics":["design-patterns","highcharts-js","powershell","powershell-module","powershell-modules","powershell-script","powershell-scripts","powershell-ui","wpf","wpf-ui","xaml"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrdek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-14T17:26:44.000Z","updated_at":"2025-01-21T18:22:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"67b41f52-e5ea-4d2e-9551-3f110c3b5114","html_url":"https://github.com/chrdek/PSStatsReporting","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrdek/PSStatsReporting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrdek%2FPSStatsReporting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrdek%2FPSStatsReporting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrdek%2FPSStatsReporting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrdek%2FPSStatsReporting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrdek","download_url":"https://codeload.github.com/chrdek/PSStatsReporting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrdek%2FPSStatsReporting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32422532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["design-patterns","highcharts-js","powershell","powershell-module","powershell-modules","powershell-script","powershell-scripts","powershell-ui","wpf","wpf-ui","xaml"],"created_at":"2024-12-01T20:12:50.968Z","updated_at":"2026-04-29T11:02:08.629Z","avatar_url":"https://github.com/chrdek.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerShell Based Local System Stats Reporting Tool\n\n \n __Core Features:__\n- Built-in internal browser component (IE11 support).\n- Built-in CHM Help file documenter for loaded .psm1 modules and classes.\n- Built-in self-checks for UI.\n- 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).\n- Azure function and AWS Lambda example invocations.\n\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n__Prerequisites:__\n1. 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.\n2. Also, IE 11 is required to be installed in your windows system.\n3. 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.\n\u003cbr\u003e\n\nTo Install a module, run from powershell command line:\n```powershell\nPS\u003e Install-Module -Name \u003cModuleName\u003e\n```\n\n\u003cbr\u003e\n\n**_NOTE: This is an initial draft, more features to come . . ._**\n\n\u003e _As of 15/06/22 and onwards additional support might be_\n\u003e \n\u003e _required for builtin IE11 functionality_\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n## Running sample of the application depicted below:\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n\u003cimg src=\"https://github.com/chrdek/PSStatsReporting/raw/main/gif/animation-demo.gif\" alt=\"Default Screen Capture\" data-canonical-src=\"https://github.com/chrdek/PSStatsReporting/raw/main/gif/animation-demo.gif\" width=\"833\" height=\"606\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrdek%2Fpsstatsreporting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrdek%2Fpsstatsreporting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrdek%2Fpsstatsreporting/lists"}