> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/de/analysieren-and-exportieren/advanced-search/advanced-search-syntax.md).

# Beispiele für die erweiterte Suche

## Benutzer

**Alle deutschen Benutzer abrufen:**

[`country:DE`](https://portal.realmjoin.com/users/all?search=country%3ADE)

***

**Alle Benutzer einer bestimmten Abteilung abrufen:**

[`department:"Vertriebsabteilung"`](https://portal.realmjoin.com/users/all?search=department%3A%22Sales%20Department%22)

***

**Alle Benutzer mit der Berufsbezeichnung CEO abrufen:**

[`job:CEO`](https://portal.realmjoin.com/users/all?search=job%3ACEO)

***

**Alle Benutzer mit der Berufsbezeichnung CEO außerhalb von Deutschland abrufen:**

[`job:CEO country!:Deutschland`](https://portal.realmjoin.com/users/all?search=job%3ACEO%20country!%3AGermany)

***

**Alle Benutzer, die mit ADM- beginnen, mit leerer Abteilung abrufen:**

[`name:ADM- department=""`](https://portal.realmjoin.com/users/all?search=name%3AADM-%20department%3D%22%22)

***

**Alle Benutzer mit der Postleitzahl 63065 abrufen:**

[`zip:63065`](https://portal.realmjoin.com/users/all?search=zip%3A63065)

***

**Alle Benutzer mit bestimmter Domäne auflisten:**

[`domain.com`](https://portal.realmjoin.com/users/all?search=domain.com)

***

## Gruppen

**Alle statischen Gruppen abrufen:**

[`IsStatic:1`](https://portal.realmjoin.com/groups/all?search=IsStatic%3A1)

***

**Alle dynamischen Gruppen abrufen:**

[`IsStatic:0`](https://portal.realmjoin.com/groups/all?search=IsStatic%3A0)

***

## Geräte

**Alle Windows 11 Version 22H2-Geräte abrufen:**

[`os:"Windows 11 (22H2)"`](https://portal.realmjoin.com/devices?search=OS%3D%22Windows%2011%20\(22H2\)%22)

***

**Alle Drucker abrufen:**

[`OS:Drucker`](https://portal.realmjoin.com/devices?compliance=0\&type=0\&search=OS%3APrinter)

***

**Alle Dell XPS-Geräte abrufen:**

[`manu:dell model:xps`](https://portal.realmjoin.com/devices?search=manu%3Adell%20model%3Axps)

***

**Alle Geräte mit installierter RealmJoin Version 4.19 abrufen:**

[`rj:4.19`](https://portal.realmjoin.com/devices?search=rj%3A4.19)

***

**Alle Surface Hubs abrufen:**

[`Model:Surface Hub`](https://portal.realmjoin.com/devices?search=Model%3ASurface%20Hub)

***

## Pakete

**Alle RealmJoin-(Basis)-Pakete abrufen:**

[`Type:1`](https://portal.realmjoin.com/apps?search=Type%3A1)

***

**Alle Intune-(Basis)-Pakete abrufen:**

[`Type:3`](https://portal.realmjoin.com/apps?search=Type%3A3)

***

**Alle verwalteten Intune-Pakete abrufen:**

[`Type:5`](https://portal.realmjoin.com/apps?search=Type%3A5)

***

**Alle verwalteten RealmJoin-Pakete abrufen:**

[`Type:7`](https://portal.realmjoin.com/apps?search=Type%3A7)

***

**Alle Pakete mit einer laufenden Vorschau abrufen:**

[`StatusCurrentPreviewVersionParsed:`](https://portal.realmjoin.com/apps?search=StatusCurrentPreviewVersionParsed%3A)

***

**Alle "PreRelease"-Pakete (veraltet) abrufen:**

[`Preview:1`](https://portal.realmjoin.com/apps?search=Preview%3A1)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/de/analysieren-and-exportieren/advanced-search/advanced-search-syntax.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
