Answer the question
In order to leave comments, you need to log in
How to find installed software in SCCM?
Hello. Please tell me the request. Which would allow you to see the installed software, or another method.
Answer the question
In order to leave comments, you need to log in
Right all-all-all? Try like this:
SELECT sys.Name0, sys.AD_Site_Name0, FCM.SiteCode, ARP.DisplayName0, ARP.Version0, ARP.InstallDate0
FROM dbo.v_R_System AS sys INNER JOIN
dbo.v_Add_Remove_Programs AS ARP ON ARP.ResourceID = sys.ResourceID INNER JOIN
dbo.v_FullCollectionMembership AS FCM ON FCM.ResourceID = sys.ResourceID AND ARP.DisplayName0 LIKE '%reader%'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question