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 Inventory Report

  • Thread starter Thread starter khisrawa
  • Start date Start date
  • Replies Replies 9
  • Views Views 2K

khisrawa

Member
Messages
5
Reaction score
0
Points
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
 
Back
Top