PENDINGSCCM Inventory Report

khisrawa

khisrawa

Member
5
0
1
Hello

i need help on creating the query in sccm report.
Select Distinct
sys.Netbios_Name0,
sys.User_Domain0,
sys.User_Name0,
sys.AD_Site_Name0

FROM
v_R_System sys
JOIN v_Add_Remove_Programs arp ON sys.ResourceID = arp.ResourceID
WHERE
sys.ResourceID in (select sys.ResourceID
from
v_R_System sys
JOIN v_Add_Remove_Programs arp ON sys.ResourceID = arp.ResourceID
where
DisplayName0 like '%AppName%'
and Version0 like 'version')
and sys.Operating_System_Name_and0 like '%workstation%'
There is a built-in report called 'Computers with a specific product name and version'. It is in the 'Software - Companies and Products' section.
Do you know you definitely have Wireshark installed somewhere?
If you type nothing in the box, do you get the full list of all products installed?
If not, do other reports work OK?
First start off this this built-in report.Count of all instances of software registered with Add or Remove Programs

Forum statistics

Threads
5,823
Messages
22,691
Members
12,844
Latest member
Alfie_G_