{"id":14064459,"url":"https://github.com/ralish/PSWinVitals","last_synced_at":"2025-07-29T18:32:29.100Z","repository":{"id":70963059,"uuid":"68506463","full_name":"ralish/PSWinVitals","owner":"ralish","description":"Consolidates common system health checks, maintenance tasks \u0026 inventory retrieval","archived":false,"fork":false,"pushed_at":"2024-03-11T06:01:34.000Z","size":121,"stargazers_count":15,"open_issues_count":1,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-08-14T07:06:56.004Z","etag":null,"topics":["maintenance","powershell","sysadmin"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ralish.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-09-18T08:04:26.000Z","updated_at":"2023-12-30T21:43:41.000Z","dependencies_parsed_at":"2024-03-11T07:24:51.422Z","dependency_job_id":null,"html_url":"https://github.com/ralish/PSWinVitals","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralish%2FPSWinVitals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralish%2FPSWinVitals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralish%2FPSWinVitals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralish%2FPSWinVitals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ralish","download_url":"https://codeload.github.com/ralish/PSWinVitals/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228040614,"owners_count":17860211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["maintenance","powershell","sysadmin"],"created_at":"2024-08-13T07:03:52.670Z","updated_at":"2024-12-04T03:30:49.230Z","avatar_url":"https://github.com/ralish.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"PSWinVitals\n===========\n\n[![pwsh ver](https://img.shields.io/powershellgallery/v/PSWinVitals)](https://www.powershellgallery.com/packages/PSWinVitals)\n[![pwsh dl](https://img.shields.io/powershellgallery/dt/PSWinVitals)](https://www.powershellgallery.com/packages/PSWinVitals)\n[![license](https://img.shields.io/github/license/ralish/PSWinVitals)](https://choosealicense.com/licenses/mit/)\n\nA PowerShell module to consolidate common system health checks, maintenance tasks \u0026 inventory retrieval.\n\n- [Requirements](#requirements)\n- [Installing](#installing)\n- [Usage](#usage)\n- [License](#license)\n\nRequirements\n------------\n\n- PowerShell 4.0 (or later)\n\nInstalling\n----------\n\n### PowerShellGet (included with PowerShell 5.0)\n\nThe module is published to the [PowerShell Gallery](https://www.powershellgallery.com/packages/PSWinVitals):\n\n```posh\nInstall-Module -Name PSWinVitals\n```\n\n### ZIP File\n\nDownload the [ZIP file](https://github.com/ralish/PSWinVitals/archive/stable.zip) of the latest release and unpack it to one of the following locations:\n\n- Current user: `C:\\Users\\\u003cyour.account\u003e\\Documents\\WindowsPowerShell\\Modules\\PSWinVitals`\n- All users: `C:\\Program Files\\WindowsPowerShell\\Modules\\PSWinVitals`\n\n### Git Clone\n\nYou can also clone the repository into one of the above locations if you'd like the ability to easily update it via Git.\n\n### Did it work?\n\nYou can check that PowerShell is able to locate the module by running the following at a PowerShell prompt:\n\n```posh\nGet-Module PSWinVitals -ListAvailable\n```\n\nUsage\n-----\n\nThe module exports three functions which handle inventory retrieval, health checks, and maintenance tasks respectively. Each function returns a `PSCustomObject` with the results of the command. A summary of the capabilities of each command follows, however, please consult the built-in help of each function for comprehensive details.\n\n### Get-VitalInformation\n\n- Retrieval of computer \u0026 operating system info\n- Retrieval of hypervisor details (if present)\n- Retrieval of hardware devices with errors\n- Retrieval of hardware devices which are absent\n- Retrieval of fixed storage volume details\n- Check for kernel, service, or user crash dumps\n- Analysis of the Windows component store\n- Retrieval of installed Windows features (Server SKUs only)\n- Retrieval of installed programs\n- Retrieval of environment variables\n- Retrieval of available Windows updates\n- Retrieval of installed Sysinternals version\n\n### Invoke-VitalChecks\n\n- Run file system scans against all fixed volumes\n- Run Windows component store scan\n- Run Windows System File Checker (SFC)\n\n### Invoke-VitalMaintenance\n\n- Install all available Windows updates\n- Perform Windows component store clean-up\n- Executes queued .NET Framework compilation jobs\n- Update help for all PowerShell modules\n- Install latest Sysinternals Suite tools\n- Clear Internet Explorer cache\n- Delete Windows Error Report files\n- Delete temporary files\n- Empty Recycle Bin\n\nLicense\n-------\n\nAll content is licensed under the terms of [The MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralish%2FPSWinVitals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fralish%2FPSWinVitals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralish%2FPSWinVitals/lists"}