ソリューションが必要です
Hi
I am using below SQL query to pull out computers with software installed report.
Can I add Domain, Operating System, OR how maximum table i can add to get single report
SELECT DISTINCT
vc.Guid [Guid],
vc.Name [Hostname],
[user],
arp.DisplayName [Sfoteware Name],
arp.DisplayVersion [Software Version]
FROM vComputer vc
JOIN Inv_AddRemoveProgram arp ON arp._ResourceGuid=vc.Guid
WHERE DisplayName LIKE 'Adobe Flash Player 10%' AND arp.InstallFlag=1