Client Management Suite

 View Only
  • 1.  software confirming

    Posted Sep 18, 2014 01:10 AM

    How i can search that which software is avialable on which system?



  • 2.  RE: software confirming
    Best Answer

    Posted Sep 18, 2014 01:15 AM

    Check the report

    Reports > All Reports, then expand Reports > Discovery and Inventory > Inventory > Cross-platform > Software/Applications > Installed Software or Installed Software by Computer

    ##Edit##

    https://www-secure.symantec.com/connect/forums/altiris-software-report

    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


  • 3.  RE: software confirming

    Posted Sep 18, 2014 01:17 AM

    Please check the below threads.

    https://www-secure.symantec.com/connect/forums/creating-software-installed-report

    https://www-secure.symantec.com/connect/forums/how-get-report-altiris-71

    https://www-secure.symantec.com/connect/forums/installed-software-report-only-managed-software