Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING SCCM – REPORT ALL SOFTWARE IN ADD AND REMOVE PROGRAMS

  • Thread starter Thread starter Samrith
  • Start date Start date
  • Replies Replies 4
  • Views Views 7K

Samrith

New Member
Messages
2
Reaction score
0
Points
1
SCCM – REPORT ALL SOFTWARE IN ADD AND REMOVE PROGRAMS

Select DISTINCT SYS.Netbios_Name0,SYS.Resource_Domain_OR_Workgr0,SP.CompanyName, SP.ProductName, SP.ProductVersion
FROM v_GS_SoftwareProduct SP
JOIN v_R_System SYS ON SP.ResourceID=SYS.ResourceID
JOIN v_FullCollectionMembership fcm on sys.ResourceID=fcm.ResourceID
WHERE fcm.CollectionID = ‘ITI’
ORDER By SYS.Netbios_Name0, SP.CompanyName, SP.ProductName, SP.ProductVersion

I tried with some device collection. Result report blank. Please help to correct it.
 
Last edited:
SCCM – REPORT ALL SOFTWARE IN ADD AND REMOVE PROGRAMS

Select DISTINCT SYS.Netbios_Name0,SYS.Resource_Domain_OR_Workgr0,SP.CompanyName, SP.ProductName, SP.ProductVersion
FROM v_GS_SoftwareProduct SP
JOIN v_R_System SYS ON SP.ResourceID=SYS.ResourceID
JOIN v_FullCollectionMembership fcm on sys.ResourceID=fcm.ResourceID
WHERE fcm.CollectionID = ‘ITI’
ORDER By SYS.Netbios_Name0, SP.CompanyName, SP.ProductName, SP.ProductVersion

I tried with some device collection. Result report blank. Please help to correct it.
BTW, v_GS_SoftwareProduct is NOT ARP!
 
What is wrong with the built-in report for this?
For Build-in report, I don't find - REPORT ALL SOFTWARE IN ADD AND REMOVE PROGRAM. I do need a report which show all software registered in Add Remove Program for all computers. Please share.
 
Go to Monitoring > Reporting > reports and you should find 4 reports.. Are the reports not visible in your case ?.

1612773674443.png
 

Forum statistics

Threads
7,218
Messages
28,154
Members
18,432
Latest member
ajmnzz

Trending content

Back
Top