5. Manual Installation - Skatterbrainz/CMHealthCheck GitHub Wiki
If you are are working with a Configuration Manager host which does not have Internet connectivity, you can install the module on any Windows workstation which has PowerShell 4.0 or later (5.1 or later strongly recommended).
Workstation vs. Server
If you cannot run CMHealthCheck from a workstation for some reason, and you must run it from your Primary Site Server (PS) or CAS, you can perform a manual installation. Details for using Install-Script
are available on Microsoft Docs.
Alternative: GitHub Download
To install the module and dependencies manually, can perform the following steps:
Option 1
- Download and install the module dbatools ( instructions )
- Download the ZIP file from the GitHub repo for CMHealthCheck.
- Create target folders on the server:
- C:\Program Files\WindowsPowerShell\Modules\CMHealthCheck\x.x.x (replace x.x.x with current module version)
- Import the module to confirm results:
Import-Module CMHealthCheck