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

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.

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.