I am trying to run the report "Computers with Specific software registered in Add Remove Programs" to get an accurate count of what workstations have what software installed. I try to run the report and I get nothing back, I look at the Table and the View, and receive nothing back.
I was wondering if anyone could help. I built a report that works, But it would be nicer to get the Add Remove list to work.
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 = "COL0000F'' ORDER By SYS.Netbios_Name0, SP.CompanyName, SP.ProductName, SP.ProductVersion
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
I am trying to run the report "Computers with Specific software registered in Add Remove Programs" to get an accurate count of what workstations have what software installed. I try to run the report and I get nothing back, I look at the Table and the View, and receive nothing back.
I was wondering if anyone could help. I built a report that works, But it would be nicer to get the Add Remove list to work.
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 = "COL0000F''
ORDER By SYS.Netbios_Name0, SP.CompanyName, SP.ProductName, SP.ProductVersion
attached are my client settings
Share this post
Link to post
Share on other sites