LANDesk Management Suite v9.0.3.1
Hello, I am pretty new to LANDesk and I am kind of stuck. I created a query to show me software installed on machines (software inventory) in a location, but I want to exlude some items that I just dont care about. My query is put together like this:
"Computer"."Computer Location" LIKE "my location"
AND ("Computer"."Software"."Add or Remove Programs"."Programs"."Name" NOT LIKE "Update for"
OR "Computer"."Software"."Add or Remove Programs"."Programs"."Name" NOT LIKE "Security Update"
OR "Computer"."Software"."Add or Remove Programs"."Programs"."Name" NOT LIKE "Flash Player"
...
the list goes on
...
)
The problem that I am having is that it will run and still give me results containing "Update for", "Security Update", "Flash Player", and so on. I found the following KB and if I am reading this correctly, then LANDesk is behing as expected. http://kb.landesk.com/support/thread/17154. They list a SQL query as a solution, but I am not quite sure how use that in LANDesk and probably don't have access to that part of it.
Is what I am trying to do possible? Any advise woulbe be appreciated!
-Jason