Client Management Suite

 View Only
  • 1.  How to get the report in altiris 7.1

    Posted Jan 31, 2013 04:59 AM

    Dear All,

    I want the report of software (particular like adobe or linc )installed in my network ,How can I get it?

     

    Thanks,

    Zafar



  • 2.  RE: How to get the report in altiris 7.1

    Posted Jan 31, 2013 05:41 AM

    Find the attach forum

    http://www.symantec.com/connect/forums/create-report-list-managed-software-computer-altiris-71



  • 3.  RE: How to get the report in altiris 7.1

    Posted Jan 31, 2013 07:07 AM
    Hi gsp, Is there any direct way to get the report?


  • 4.  RE: How to get the report in altiris 7.1

    Posted Jan 31, 2013 08:59 AM

    HI,

    Check this one Zac H Comments of this thread

     

    SELECT vc.Guid, vc.Name AS ComputerName, arp.DisplayName, arp.DisplayVersion, vu.Name AS UserName, vu.Department

    FROM vComputer vc
    RIGHT JOIN (SELECT DISTINCT Name FROM vComputer) AS vc1
    ON vc1.Name = vc.Name
    INNER JOIN Inv_AddRemoveProgram arp ON vc.Guid = arp._ResourceGuid
    INNER JOIN vUser vu ON vc.[User] = vu.Name
    WHERE arp.DisplayName LIKE 'Adobe Flash Player 10%' AND arp.InstallFlag=1
     
     
     
    Note : You can Change Software name Like :'Adobe Flash Player
     


  • 5.  RE: How to get the report in altiris 7.1
    Best Answer

    Posted Jan 31, 2013 01:38 PM

    To get a report of software installed in the environment, you must install the Inventory Plug-in on managed computers.  You can do this at Settings > All Settings, then expand Settings > Agents/Plug-ins > Discovery and Inventory > Windows/UNIX/Linux/Mac and then enable 'Inventory Plug-in Install' (be sure to add a schedule before enabling and saving the policy).

    Then go to Manage > Policies and expand Discovery and Inventory > Inventory and enable at least Collect Full Inventory.  Best practice is monthly full inventory, weekly delta inventories.  If you need to run it now (such as for testing), go to Manage > Jobs and Tasks, right-click Jobs and Tasks, and select New > Task, then select Gather Inventory from within the Discovery and Inventory folder.  You can then run this task on a test computer to gather inventory immediately instead of waiting for the policy.

    Finally, with this information gathered, you'll need to write a report.  There are default reports available for you if you go to Reports > All Reports, then expand Reports > Discovery and Inventory > Inventory > Cross-platform > Software/Applications > Installed Software or Installed Software by Computer.  For example, using the Installed Software report, type '%Adobe%' for the Company OR '%Lync%' for the Name.

    Does this answer your question?



  • 6.  RE: How to get the report in altiris 7.1

    Posted Mar 18, 2013 12:48 AM

    Above mclemson comment is as per your requirement. Kindly mark as a solution.



  • 7.  RE: How to get the report in altiris 7.1

    Posted Mar 18, 2013 01:07 AM

    Hi,

    Agreed with Admin,

    Please mark as a solution above coments.



  • 8.  RE: How to get the report in altiris 7.1

    Posted Mar 18, 2013 02:25 AM

    try this,

    Report- Discovery And Inventory- Ainventory- Cross-platform-Software/Aplication-Software- Installed Software (Name)

     



  • 9.  RE: How to get the report in altiris 7.1



  • 10.  RE: How to get the report in altiris 7.1

    Posted Mar 27, 2013 09:34 AM

    Hi , I checked with this report but its not giving us the complete add\remove program list , Only few are captured, Is there any other way to extract the complete list.