Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created April 7, 2020 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackn9ne/c1f9601578e9aa1a1da3defb99fc0017 to your computer and use it in GitHub Desktop.
Save zackn9ne/c1f9601578e9aa1a1da3defb99fc0017 to your computer and use it in GitHub Desktop.
<computer_group>
<name>%group_name%</name>
<is_smart>true</is_smart>
<criteria>
<criterion>
<name>Application Title</name>
<priority>0</priority>
<and_or>and</and_or>
<search_type>is</search_type>
<value>%JSS_INVENTORY_NAME%</value>
</criterion>
<criterion>
<name>%NAME%Version</name>
<priority>1</priority>
<and_or>and</and_or>
<search_type>is not</search_type>
<value>%VERSION%</value>
</criterion>
<criterion>
<name>%NAME%Version</name>
<priority>2</priority>
<and_or>and</and_or>
<search_type>is not</search_type>
<value></value>
</criterion>
</criteria>
</computer_group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment