Generate Health Check Reports for ConfigMgr with CMHealthCheck PowerShell Module
- downsandpicvestret
- Aug 21, 2023
- 1 min read
Import the Configuration Manager module by using the Import-Module cmdlet. Specify the path to the Configuration Manager module, or change to the directory that contains the module. By default, the module is at the following path: C:\Program Files (x86)\Microsoft Endpoint Manager\AdminConsole\bin\ConfigurationManager.psd1
CMHealthCheck is now a PowerShell Module
Starting in version 2111, when you install the Configuration Manager console, the path to the module is now added to the system environment variable, PSModulePath. For more information, see about_PSModulePath. With this change, you can import the module just by its name: Import-Module ConfigurationManager
To get the latest information for the Configuration Manager PowerShell module, use the Update-Help cmdlet. This content is the same as what's published on Microsoft Learn for the ConfigurationManager module. 2ff7e9595c
Comments