> 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/bereitstellung/onboarding-realmjoin-portal.md).

# Onboarding

## Self-Onboarding RealmJoin-Portal

{% stepper %}
{% step %}

#### Als Globaler Administrator anmelden

Aufrufen <https://portal.realmjoin.com> und melden Sie sich an als **Globaler Administrator** Ihres Entra ID Tenant.

<figure><img src="/files/05e9249697e0fab783c3d73fa7bd8371559ac25f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Berechtigungen akzeptieren

Wählen Sie "Im Namen Ihrer Organisation zustimmen" aus, um das RealmJoin-Portal im Namen Ihrer Organisation zu genehmigen.

<figure><img src="/files/31b921bf2291b89b57efd6c54f642dcffda8ea3f" alt=""><figcaption><p>Die App fordert grundlegende Berechtigungen an, die für die Interaktion mit dem RealmJoin-Portal erforderlich sind. Diese Berechtigungen sind für jeden Benutzer erforderlich, der mit dem RealmJoin-Portal interagiert – z. B. zur Nutzung von Self-Service-Funktionen.</p></figcaption></figure>
{% endstep %}

{% step %}

#### Füllen Sie das Formular aus

Die angegebene E-Mail-Adresse erhält wichtige Updates und Portalbenachrichtigungen.

<figure><img src="/files/8a106f483c34582a0c7780eff7e046298a11685c" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Wählen Sie "Schnelleinrichtung" oder "Erweiterte Einrichtung"

* "Schnelleinrichtung" bietet die Kernfunktionalität des RealmJoin-Portals
* "Erweiterte Einrichtung" bietet die vollständige RealmJoin-Funktionalität. Wählen Sie außerdem "Erweiterte Einrichtung", wenn Ihre Organisation spezielle Compliance-Anforderungen hat oder maximale Kontrolle über die erteilten Berechtigungen benötigt.

| Funktionen                                      | Schnelleinrichtung | Erweiterte Einrichtung |
| ----------------------------------------------- | :----------------: | :--------------------: |
| Kernfunktionalität des Portals                  |         ☑️         |           ☑️           |
| Autopilot                                       |                    |           ☑️           |
| RealmJoin Client                                |                    |           ☑️           |
| Remediation-Skripte                             |                    |           ☑️           |
| Privilegierte Geräteaktionen                    |                    |           ☑️           |
| Intune LAPS                                     |                    |           ☑️           |
| Sicherheitsfunktionen (MDE-Lizenz erforderlich) |                    |           ☑️           |
| Auditprotokolle                                 |                    |           ☑️           |

<figure><img src="/files/348012f88f0f180f66ed1c247582de5ad16dcd84" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% content-ref url="/pages/bbb64247935e4e52a9854f1b7bcf4e3e64e623c7" %}
[Erweiterte Einrichtung](/de/bereitstellung/onboarding-realmjoin-portal/advanced-setup.md)
{% endcontent-ref %}


---

# 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/bereitstellung/onboarding-realmjoin-portal.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.
