Home - Skatterbrainz/CMHealthCheck GitHub Wiki
Configuration Manager Health-Check Reporting PowerShell Module
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.
- Open a PowerShell console using "Run as administrator"
Install-Module CMHealthCheck
Get-Command -Module CMHealthCheck
Get-Help Invoke-CMHealthCheck -Full
- For offline installation, refer to Manual Installation.
- To remove CMHealthCheck module and related files, use the
Remove-Module
orUninstall-Module
cmdlets.
- Use
Get-Help <command> -Detailed
or view the Online Documentation