Error while importing drivers into SCCM with SQL Server 2022

We get below error trying to import Drivers on to SCCM with SQL 2022 Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException Not found , property = CI_ID This issue occurs due to the Database compatibility with the SCCM Current branch. In order to fix this issue, we need to alter the CM DB compatibility from 160 to 150. Here is the … Read more