Client Management Suite

 View Only
  • 1.  Software Portal Reports

    Posted Aug 07, 2014 09:56 AM

    So anyone know what tables the information is if I decide to use the software portal?

    We need to be able to report on SWD thus we do not use tasks as they are purged after 2 weeks. 

    I am trying to evaluate if Software Portal will meet our needs but want to see the reporting and retension on install information.



  • 2.  RE: Software Portal Reports

    Posted Sep 04, 2014 01:36 PM

    Hello,

    One way to do this is to use the SQL 

    select * from SWP_SoftwareRequest

    this table holds all of the information on requested software in the environment using the software portal, this will give the machine guid/name and user guid/name that requested the software. Also it will provide the task guid that was used to send down this SWD. if you join the task guid with the task instance results summary table or the task instancesummaries table you would be able to determine if the task finished. Once the task finishes you would be able to utilize normal software inventory to make sure the software is installed. 

    hope that helps