M
M
maniac_by2019-03-25 14:34:54
System administration
maniac_by, 2019-03-25 14:34:54

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

2 answer(s)
R
Ronald McDonald, 2019-03-25
@maniac_by

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%'

Replacing %reader% with another name or void.
Source: https://social.technet.microsoft.com/Forums/en-RU/...

E
Eugene, 2019-03-26
@BeatHazard

What for to you to fence reports manually when you can use the ready decision in SCCM. Report server + Software scan, there are already all ready-made reports for all occasions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question