jssimporter/JSSImporter

JAMF Patch Reporting

Closed this issue · 1 comments

Hello everyone,

I write in this section may be in error so please excuse me.
Is it possible to create a grouptemplate.xml which acts on the jamf criterion patch reporting to create smart group based on this criteria ?

be77d784-c786-11e6-9908-b87d7edb2df7

Many thanks in advance
Ben

Hi all,

Thanks for your help.
I just success it with the API ;)

Please find the code below for Acrobat reader for example :

<computer_group> %group_name% <is_smart>true</is_smart>
    
       Patch Reporting: Adobe Acrobat Reader DC
       0
       <and_or>and</and_or>
       <search_type>less than</search_type>
       15.020.20039
     Computer Group 1 <and_or>and</and_or> <search_type>member of</search_type> >/= 10.9
</computer_group>

have a good day