> 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/realmjoin-agent/realmjoin-client.md).

# Funktionen

Der RealmJoin Agent ist eine optionale Komponente, die Sie zusammen mit dem RealmJoin Portal auf Windows 10/11-Clients verwenden können. Er ermöglicht zusätzliche Funktionen wie:

* [RealmJoin ESP](/de/realmjoin-agent/realmjoin-client/realmjoin-esp.md)
* [Bereitstellung und Lebenszyklus von RealmJoin-Anwendungen / -Konfigurationen](/de/anwendungsverwaltung/packages/package-store/package-store-details.md#realmjoin-deployment)
* [Lösung für lokale Administratorpasswörter (LAPS)](/de/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps.md)
* [Benachrichtigungen](/de/realmjoin-agent/realmjoin-client/showing-notifications.md)
* [Native Choco Runtime](/de/realmjoin-agent/realmjoin-client/native-choco-runtime.md)
* [AnyDesk-Integration](/de/realmjoin-agent/realmjoin-client/anydesk-integration.md)
* Audit-Aufgaben (Sammeln von Geräte-/Clientinformationen)
* [Erweiterte Telemetrie](/de/realmjoin-agent/realmjoin-client/advanced-telemetry.md)

## Compliance-Prüfungen

RealmJoin verwendet die **Benutzeridentität** und prüft sie bei einem Cloud-Service auf eine **erweiterte Richtlinie** und optional auf eine **sekundäre Identität**, dann die RealmJoin-Sicherheitsbewertung **prüft, ob das System geeignet ist** (Verschlüsselung, Patch-Stand, Firewall, Antivirus usw. – optional kann ein Intune-Health-Check ausreichend sein). Wenn das Gerät des Benutzers berechtigt ist **Software- und Konfigurationsrichtlinie** wird angewendet (z. B. verpflichtende Anwendungen usw.).

Dies kann auslösen[ Paketinstallationen](/de/realmjoin-agent/realmjoin-client/deploy-apps.md#package-installation) und die Anzeige von[ des eigenen ESP von RealmJoin ](/de/realmjoin-agent/realmjoin-client/realmjoin-esp.md)Seite synchronisieren.

## Prozesse

RealmJoin ist für zwei unterschiedliche Prozesse verantwortlich, die auf dem Gerät ausgeführt werden:

* Die **`realmjoin.exe`** Der Prozess wird beim Anmelden automatisch gestartet. Der Prozess läuft immer und sendet alle 15 Minuten Upstream-Daten.
* Die **`realmjoinservice.exe`** wird aufgerufen, wenn ein Paket den **SYSTEM-Modus** zur Verarbeitung erfordert. Er wird standardmäßig nicht ausgeführt.


---

# 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/realmjoin-agent/realmjoin-client.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.
