I need a solution
Hi ,
Need help to get a report in Altiris 7.1 to show the fields, Machine Name, User Name, OS type, Software Name, Date Installed where Software is like
"Check Point" and list the count of all entries for it. I started on the query below but it is incomplete . I appreciate your help and time on this.
SELECT vc.Guid,vc.Name, arp.DisplayName,arp.DisplayVersion
FROM vComputer vc
JOIN Inv_AddRemoveProgram arp ON arp._ResourceGuid=vc.Guid
WHERE DisplayName LIKE ' Check Point%' AND arp.InstallFlag=1