# AAD-Synchronisierungsstatus prüfen geplant

### Beschreibung

Dieses Runbook prüft, ob die lokale Verzeichnissynchronisierung aktiviert ist und wann die letzte Synchronisierung stattgefunden hat. Es kann eine E-Mail-Benachrichtigung senden, wenn die Synchronisierung nicht aktiviert ist.

### Speicherort

Organisation → Allgemein → Aad-Synchronisierungsstatus prüfen (Geplant)

**Vollständiger Runbook-Name**

rjgit-org\_general\_check-aad-sync-status\_scheduled

### Berechtigungen

#### Anwendungsberechtigungen

* **Typ**: Microsoft Graph
  * Directory.Read.All

### Parameter

#### sendAlertTo

E-Mail-Adresse, an die der Bericht gesendet werden soll.

| Eigenschaft  | Wert                      |
| ------------ | ------------------------- |
| Erforderlich | false                     |
| Standardwert | <support@glueckkanja.com> |
| Typ          | Zeichenfolge              |

#### sendAlertFrom

Absenderpostfach, das zum Senden des Berichts verwendet wird.

| Eigenschaft  | Wert                       |
| ------------ | -------------------------- |
| Erforderlich | false                      |
| Standardwert | <runbooks@glueckkanja.com> |
| Typ          | Zeichenfolge               |

[Zurück zur Übersicht der Runbook-Referenz](/de/automatisierung/runbooks/runbook-references.md)


---

# Agent Instructions: 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:

```
GET https://docs.realmjoin.com/de/automatisierung/runbooks/runbook-references/org/general/check-aad-sync-status_scheduled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
