Support SGC-AD as discovery source for configuration item in Microsoft Endpoint Configuration Manager for Investigation<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } In multi-source CMDB setup a CI can be discovered from different discovery sources like SG-SCCM and SGC-AD, currently Microsoft Endpoint Configuration Manager for Investigation supports only CIs which has discovery source as SG-SCCM, as customer may have multi-source CMDB setup where discovery source can be SGC-AD, below are the steps to support CIs with discovery source as SGC-AD. Introduce new property with name "sn_mecm_adapter.ci_discovery_sources" of type string with value as "SG-SCCM,SGC-AD".Update isProviderApplicable and isProviderInstalled methods in MECMCIAvailabilityHandler script include Override getDeviceIdForCI method of CIMetricMECMAdapterUtilsSNC Find records in table sn_cimaf_adapter_applicability_rule where CI condition field have one of the condition as Discovery source = SG-SCCM, update these records to have condition as Discovery source = SG-SCCM or Discovery source = SGC-AD