> 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/automatisierung/runbooks/runbook-logs/runbook-job-details.md).

# Details zu Runbook-Jobs

## Überblick

RealmJoin Portal ermöglicht es Ihnen, Runbook-Jobs aus Azure Automation anzuzeigen.

<figure><img src="/files/1b34562b28ab8cc619da204f8b7af6bf51242981" alt=""><figcaption><p>Details zum Runbook-Job</p></figcaption></figure>

Auf der linken Seite der Seite finden Sie Metadaten zum Runbook-Job, seinen Typ/Kontext, die Job-ID und seinen Aufrufer.

Beachten Sie, dass „caller“ nur vorhanden ist, wenn Runbooks RealmJoin-aware sind und diese Information melden, da Azure Automation hierfür kein Konzept kennt.

Rechts finden Sie mehrere Registerkarten, die Folgendes darstellen:

### Konsole

Hier wird ein Live-Feed der Ausgabe des Runbooks angezeigt. Im Gegensatz zu Azure Automation ist die Ausgabe eines Runbooks in Echtzeit lesbar.

Mit „In die Zwischenablage kopieren“ können Sie die vollständige Ausgabe kopieren, um sie z. B. in einem Service-/ITIL-Ticketsystem zu verwenden.

### Eingabe

Überprüfen Sie die Parameter, die zum Starten des Runbook-Jobs verwendet wurden.

<figure><img src="/files/5b1f87e07f4b4b915264dfffc682b76999ca4262" alt=""><figcaption><p>Parameter des Runbook-Jobs</p></figcaption></figure>

### Fehler und Warnungen

Falls vorhanden, werden Warnungen und Fehler, die nicht Teil der regulären Ausgabe sind, in diesen beiden Registerkarten angezeigt.

<figure><img src="/files/3590807aa4f63b571cecfb815864fff42dc30b87" alt=""><figcaption><p>Warnungen des Runbook-Jobs</p></figcaption></figure>

### Ausnahmen

Wenn das PowerShell-Skript des Runbooks eine Ausnahme ausgelöst hat (und das Runbook dadurch fehlgeschlagen ist), können Sie die Ausnahme hier überprüfen.

Ausnahmen werden außerdem oberhalb der regulären Ausgabe in **Konsole** angezeigt, sofern vorhanden, um die Identifizierung von Problemen zu vereinfachen.

<figure><img src="/files/54b22d14a5055ae9667389780ea4baf756203156" alt=""><figcaption><p>In der Konsole angezeigte Ausnahme</p></figcaption></figure>

### Quelle

Dies ermöglicht es Ihnen, den mit diesem Job verknüpften Quellcode des Runbooks zu überprüfen.

<figure><img src="/files/a31708ebd4b68b169de0ac5da5f9bd9b4453ffc7" alt=""><figcaption><p>Quellcode des Runbooks</p></figcaption></figure>


---

# 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/automatisierung/runbooks/runbook-logs/runbook-job-details.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.
