Created
October 15, 2015 18:37
-
-
Save novaksam/5402d880c4979736798f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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