> 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

RealmJoin Agent ist eine optionale Komponente, die Sie zusammen mit dem RealmJoin Portal auf Windows 10/11-Clients verwenden können. Sie 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)
* [Lokale Administratorkennwortlösung (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

## Compliance-Prüfungen

RealmJoin verwendet die **Benutzeridentität** und überprüft sie bei einem Cloud-Dienst auf eine **Erweiterte Richtlinie** und optional auf eine **Sekundäre Identität**, dann prüft die RealmJoin-Sicherheitsbewertung **ob das System qualifiziert ist** (Verschlüsselung, Patchstand, Firewall, Antivirus usw. – optional kann ein Intune-Health-Check ausreichen). Wenn das Gerät des Benutzers berechtigt ist **Software- und Konfigurationsrichtlinie** angewendet wird (verpflichtende Anwendungen usw.).

Dies kann[ Paketinstallationen](/de/realmjoin-agent/realmjoin-client/deploy-apps.md#package-installation) und die Anzeige von[ RealmJoins eigenem ESP ](/de/realmjoin-agent/realmjoin-client/realmjoin-esp.md)Seite synchronisieren.

## Prozesse

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

* Die **`realmjoin.exe`** wird bei der Anmeldung automatisch gestartet. Der Prozess läuft immer und sendet alle 15 Minuten Upstream-Daten.
* Die **`realmjoinservice.exe`** wird aufgerufen, wenn ein Paket im **SYSTEM-Modus** verarbeitet werden muss. Standardmäßig wird es 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.
