Discovery populating Software Installs records for computer even though the property is set it is managed by SCCMIssue The Microsoft SCCM Integration can be set to exclusively manage Windows computer Software Installation records. If that is the case, Discovery will not update the cmdb_sam_sw_install table for Windows computers and servers. The logic on 'Windows - Installed Software' skips software information for computers brought in by Discovery if SCCM is expected to update software install records. However, this logic is old and doesn't consider SG-SCCM updates.ReleaseSan Diego Steps to reproduce Install the Software Asset Management plugin.Set the property 'glide.discovery.software_sccm_managed ' to 'true'.Run the SCCM integration to update software installations.Run Discovery.Observe that Discovery updates installed software even if SCCM is set to manage the records. Resolution 1. Go to discovery sensor table, and open 'Windows - Installed Software' sensor2. Replace line 88gr.addQuery("name", "SCCM");withgr.addQuery("name", "IN", ["SCCM","SG-SCCM"]);3. Save the file