Client Management Suite

 View Only
  • 1.  Is it possible...?

    Posted Sep 23, 2008 04:38 AM
      |   view attached
    Hi,
    Is it possible to query what software is installed on a specific pc using the inventory solution software?

    i have collection reports running on 32bit os. once i drill down i can see certain software lists.

    is it possible to see a complete list of software thats installed first, then drill down by name?
    say for example, you were looking for users whos pc has installed a program that was taking up bandwidth, can you start with the program name and work that way?

    thanks in advance.
    Regards
    Damien

    Attachment(s)



  • 2.  RE: Is it possible...?

    Posted Sep 23, 2008 07:34 AM
    Damien,
    Sure you can. See the attached report, "Add/Remove Programs Analysis". You can double-click to drill-down to the machines with the software in question.


  • 3.  RE: Is it possible...?
    Best Answer

    Posted Sep 24, 2008 04:57 AM
    Thanks Kyle.
    i managed to get that installed.
    Thanks!
    Is there a way to export your reports in to an excel file etc for mailing?


  • 4.  RE: Is it possible...?

    Posted Sep 24, 2008 05:14 AM
    Just use the "Copy" icon on the toolbar (looks like a blue arrow on a clipboard). Then you can paste into Excel.


  • 5.  RE: Is it possible...?

    Posted Oct 05, 2008 11:29 PM
    Hi guys

    This is the type of report im looking for. How do I create a new report based on this info? We have the application inventory solution, etc installed.

    If I right click and select new report should I then choose "enter SQL Directly" then just copy all the data from that attachement above?

    Many thanks in advance :-)


  • 6.  RE: Is it possible...?

    Posted Oct 05, 2008 11:41 PM
    ok guys, i did an import and this worked.

    Is there anyway to specify per machine rather than per collection?


  • 7.  RE: Is it possible...?

    Posted Oct 06, 2008 04:56 AM
    Craig,
    Yes, you can do this. Basically you would just want to clone the report in the console, then edit it. Delete the _Collection parameter. Then edit the Level 0 query and remove the following sections:
    JOIN CollectionMembership cm
    ON acid._ResourceGuid = cm.ResourceGuid

    and
    AND cm.[CollectionGuid] = '%_Collection%'

    You'll want to do the same on the Level 1 query else you will get an error when you try to drill-down to view details.