https://github.com/markwragg/powershell-serverhealthcheck
A set of Pester tests to perform a quick validation of general Windows server health.
https://github.com/markwragg/powershell-serverhealthcheck
Last synced: about 1 year ago
JSON representation
A set of Pester tests to perform a quick validation of general Windows server health.
- Host: GitHub
- URL: https://github.com/markwragg/powershell-serverhealthcheck
- Owner: markwragg
- Created: 2019-03-14T11:09:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T15:00:41.000Z (over 6 years ago)
- Last Synced: 2025-04-19T23:54:36.746Z (about 1 year ago)
- Language: PowerShell
- Size: 3.91 KB
- Stars: 9
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# PowerShell-ServerHealthCheck
A set of Pester tests to perform a quick validation of general Windows server health.
## Usage
1. Download `Healthcheck.tests.ps1` to the machine you want to check.
2. `cd` to the directory and either execute directly via `.\Healthcheck.tests.ps1` or run via `Invoke-Pester`.
## Requirements
Requires Pester version 3+. This is pre-installed on Windows 10 / Server 2016.