Completely new to Report building - so Im asking for some help - I have three goals in mind: One report that shows nodes with selected software & version installed & reports that shows nodes without selected software installed. I was ablle to start my query with what I want to see below: But the query ends with the first software display name and ignores the rest.
SELECT arp.DisplayName,arp.DIsplayVersion,vc.Name
FROM vComputer vc
JOIN Inv_AddRemoveProgram arp ON arp._ResourceGuid=vc.[Guid]
WHERE arp.DIsplayName LIKE '%Bio%' report stops on this line - need to display the remaining as well if possible
OR arp.DIsplayName LIKE '%PCA-1.10.12.1943%'
OR arp.DIsplayName LIKE '%ActivID-ActivClient-x64-7.2%'
OR arp.DIsplayName LIKE '%USAccessNetworkTestTool%'
The second goal is to build a filter / target using report info so I dont have to key in hundred of node names.
The final goal - and this is an advanced one - Creating a Server task - I want to come up with something where it looks to see if the package is installed before it installs it. If No - install: If Yes skip