Advanced Search Syntax

This page lists some typical use cases when working with the Advanced Search. There are many more variables and search queries - please contact us if you have questions or miss something.

Users

Get all German users:

country:DE


Get all users of a specific department:

department:"Sales Department"


Get all users with job title CEO:

job:CEO


Get all users with job title CEO not in Germany:

job:CEO country!:Germany


Get all users starting with ADM- with an empty department:

name:ADM- department=""


Get all users with postal code 63065:

zip:63065


List all users with specific domain:

domain.com


Groups

Get all static groups:

IsStatic:1


Get all dynamic groups:

IsStatic:0


Devices

Get all Windows 11 Version 22H2 devices:

os:"Windows 11 (22H2)"


Get all Dell XPS devices:

manu:dell model:xps


Get all devices with RealmJoin Version 4.19 installed:

rj:4.19


Packages

Get all RealmJoin (basic) packages:

Type:1


Get all Intune (basic) packages:

Type:3


Get all Intune (managed) packages:

Type:5


Get all RealmJoin (managed) packages:

Type:7


Get all Packages with a running preview:

StatusCurrentPreviewVersionParsed:


Get all "PreRelease"-Packages (deprecated):

Preview:1

Last updated

Was this helpful?