Skip to content

Instantly share code, notes, and snippets.

@novaksam
Created October 15, 2015 18:37
Show Gist options
  • Save novaksam/5402d880c4979736798f to your computer and use it in GitHub Desktop.
Save novaksam/5402d880c4979736798f 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>Application Version</name>
<priority>1</priority>
<and_or>and</and_or>
<search_type>is not</search_type>
<value>%VERSION%</value>
</criterion>
<criterion>
<name>Computer Group</name>
<priority>2</priority>
<and_or>and</and_or>
<search_type>member of</search_type>
<value>Testing</value>
</criterion>
<criterion>
<name>Operating System</name>
<priority>3</priority>
<and_or>and</and_or>
<search_type>like</search_type>
<value>10.10</value>
</criterion>
<criterion>
<name>Operating System</name>
<priority>4</priority>
<and_or>or</and_or>
<search_type>like</search_type>
<value>10.11</value>
</criterion>
</criteria>
</computer_group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment