14.13 Condition Library

Administrators can predefine a library of conditions, which can be directly selected when configuring advanced conditions for various management policies.

Operation Description
New Condition Click the add button "Add button" to create a new condition. Set the condition name, content, and remarks.
Delete Condition Select the condition to delete, then click the delete button "Delete button" to remove it.
Edit Condition Select the condition to edit, then click the edit button "Edit button" to modify it.

The currently supported conditions (parameters) include the following:

  • OSType: Operation type
  • OSVer: Operating system version
  • OSName: Operating system name
  • Devtype: Device type, currently supports two types — Notebook (laptop) and Desktop (non-laptop)
  • DevName: Device name
  • Ver: Client version
  • IP: Device IP address

Brief instructions for condition settings are as follows:

  • Format: [Parameter] [Operator] [Value]. Examples: DevType = Notebook, DevType in (Notebook, Desktop), OSName like "*Windows*"
  • Multiple parameters can be combined using logical operators (AND, OR, NOT). Example: OSType = Mac and DevType = Notebook
  • Parentheses can be used to define nested conditions. Example: (DevType = Notebook and OSType = Mac) or (not OSType = Mac)
  • Supported operators: >, >=, <, <=, =, ==, <>, !=, like, not like, in, not in, exist