Registered member login:
Register Now
Altirigos » Homepage2

» Current Poll
Do you leave the Aclient enabled?
YES - 83.05%
196 Votes
NO - 16.95%
40 Votes
Total Votes: 236
You may not vote on this poll.
» Stats
Members: 9,948
Threads: 12,158
Posts: 56,984
Top Poster: Nick (4,991)
Welcome our newest member, rmerrill
» Online Users: 30
0 members and 30 guests
No Members online
Most users online at once 294, 06-30-2007 at 12:24 PM.
» July 2010
S M T W T F S
27282930 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
View Single Post
Old 06-25-2009, 09:33 AM   #1 (permalink)
sixdollarshirt
 
Status: Altiris Admin
Join Date: 07-07-2008
Location: Washington DC
Posts: 57


I know you've heard it before, but...I need drill down help please!

I have searched high and low trying to find out what I'm doing wrong here and I just can't get it. I'm trying to run a report that shows how many versions of which Adobe products are installed on our clients. I am able to get that information with the following query.

Code:
SELECT a.Name, a.Version, COUNT(a.name) AS '# Installed' 
FROM [inv_aex_os_add_remove_programs] a 
WHERE [publisher] LIKE '%adobe%' 
GROUP BY a.Name, a.version 
ORDER BY a.Name
What I would like to do is then double click on an application that is returned from that query and see which machines have that particular application installed. I attempted to do it by altering this code I found slightly.

Code:
select ag.[_ResourceGuid], i.[Name], tcp.[IP Address]   
from Inv_Aex_Ac_Client_Agent ag   
join vComputer i on ag.[_Resourceguid] = i.[Guid]   
join Inv_AeX_AC_TCPIP tcp on ag.[_ResourceGuid] = tcp.[_ResourceGuid]   
join Inv_AeX_OS_Add_Remove_Programs adp on adp.[_ResourceGuid] = ag.[_ResourceGuid]   
where adp.[publisher] LIKE '%adobe%'
order by i.[Name] asc
The problem is that the above query returns a row for EVERY application that is installed on a client.



I'm sure this is something easy, but I can't get it right now and would truly appreciate any help or advice you may have to offer.

Thanks in advance for your help.
sixdollarshirt is offline   Reply With Quote
 
Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -4. The time now is 06:02 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
vB.Sponsors
Altirigos