Home - Skatterbrainz/CMHealthCheck GitHub Wiki

Welcome to the CMHealthCheck wiki!

Configuration Manager Health-Check Reporting PowerShell Module

Summary

CMHealthCheck is a PowerShell module which provides a few functions for collecting and reporting health and status information about a Configuration Manager site.

It began as a "fork", of sorts, from earlier work by Raphael Perez, which included pieces of other works by others as well. As far as I'm aware, those who contributed to the beginning of this project are accredited in the module comments and documentation. If I missed anyone, please let me know.

PowerShell modules require PowerShell version 4.0 or later. This was tested mostly with Windows PowerShell 4.0 and 5.1.

Installation and Usage

  • Open a PowerShell console using "Run as administrator"
Install-Module CMHealthCheck
Get-Command -Module CMHealthCheck
Get-Help Invoke-CMHealthCheck -Full

Removal and Cleanup

  • To remove CMHealthCheck module and related files, use the Remove-Module or Uninstall-Module cmdlets.

Usage and Examples

⚠️ **GitHub.com Fallback** ⚠️