Goal
Create, view, and save advanced searches. Perform mass actions on computers or devices in search results.
Video
Key points
-
Advanced searches allow administrators to search for computers or mobile devices based on multiple inventory attributes at once.
-
Saving an advanced search allows it to be viewed again in the future.
-
Operators determine how Jamf Pro will search for the value.
-
"Is" will look for an exact match.
-
"Is not" will look for anything that is not an exact match.
-
"Like" will find matches that contain the specified value.
-
"Not like" will find matches that do not contain the specified value.
-
"Matches regex" and "does not match regex" compares the inventory attribute against a regular expression statement.
-
-
The Display tab allows you to configure which inventory attributes are displayed in the search results.
-
Multiple criteria can be applied to searches in conjunction with, or in addition to, one another.
-
For example, searching for computers that are managed and in Minneapolis will find computers that match both pieces of criteria.
-
Searching for computers that are managed or in Minneapolis will find computers matching either piece of criteria.
-
-
Parentheses should be used to group matching criteria.
-
For example, to find iPads in either the Minneapolis or US Field buildings, the search would appear as follows:
-
Model like iPad
-
and ( Building is Minneapolis
-
or Building is US Field )
-
-
-
Mass actions can be run from any search results page with one or more result.
-
Commonly used actions include:
-
Edit the Building and Department fields
-
Update Inventory
-
Set Wallpaper
-
Wipe Device
-
Review
To view answers, click arrow next to each question.
Practice
-
Create a new advanced search that finds all iPads in your Jamf Pro instance.
-
Navigate to .
-
Click New to create a new advanced search.
-
Select the Save this search checkbox and enter a name in the Display Name field.
-
Navigate to the Criteria tab and select Add.
-
Select Add to the right of the Model criteria.
-
In the Operator pop-up menu, choose "like".
-
In the Value field, type "iPad".
-
Click Save in the bottom right.
-
-
Clone the advanced search from Task 1 and modify it to find all iPads with iOS 17 or later in your Jamf Pro instance.
-
Navigate to and select the advanced search from Task 1.
-
Click Clone in the bottom right.
-
Select the Save this search checkbox and enter a name in the Display Name field.
-
Navigate to the Criteria tab and select Add.
-
Select Show Advanced Criteria and select Add to the right of the iOS Version criteria.
-
In the Operator pop-up menu, choose "greater than or equal".
-
In the Value field, type "17".
-
Click Save in the bottom right.
-
-
Using mass actions, send an Update Inventory remote command to all devices in the advanced search saved in the previous task.
-
Navigate to .
-
Select the advanced search from Task 2.
-
Select View in the bottom right.
-
Select Action in the bottom right.
-
Select Send Remote Commands from the list of actions and click Next.
-
Select Update Inventory from the list of remote commands and click Next.
-
Click Done.
-
Resources
Jamf Pro Documentation