> 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-references/org/devices/create-endpoint-analytics-baseline.md).

# Endpoint Analytics-Baseline erstellen

### Beschreibung

Dieses Runbook erstellt neue Endpoint Analytics-Baselines in Intune mithilfe eines anpassbaren Namensschemas. Endpoint Analytics-Baselines ermöglichen es Organisationen, Geräteleistungsmetriken im Zeitverlauf zu messen und nachzuverfolgen. Das Namensschema kann Platzhalter enthalten, die während der Erstellung der Baseline durch kontextbezogene Werte ersetzt werden.

### Ort

Organisation → Geräte → Endpoint Analytics-Baseline erstellen

**Vollständiger Runbook-Name**

rjgit-org\_devices\_create-endpoint-analytics-baseline

### Details

| Eigenschaft          | Wert                                                                                    |
| -------------------- | --------------------------------------------------------------------------------------- |
| Version              | 1.0.3                                                                                   |
| Erforderliche Module | <p>RealmJoin.RunbookHelper (>= 0.8.9)<br>Microsoft.Graph.Authentication (>= 2.39.0)</p> |
| Planbar              | nein                                                                                    |

### Berechtigungen

#### Anwendungsberechtigungen

* **Typ**: Microsoft Graph
  * DeviceManagementManagedDevices.ReadWrite.All
    * *Listet, erstellt und löscht Endpoint Analytics-Baselines (userExperienceAnalyticsBaselines)*

### Parameter

#### BaselineNamingSchema

Das für die Endpoint Analytics-Baseline zu verwendende Namensschema. Kann Platzhalter wie {Date}, {DateTime}, {Month}, {Year} oder andere Tokens enthalten, die während der Erstellung ersetzt werden. Beispiel: "EA-Baseline-{Year}-{Month}" oder "Analytics-{Date}".

| Eigenschaft           | Wert                       |
| --------------------- | -------------------------- |
| Erforderlich          | wahr                       |
| Standardwert          |                            |
| Typ                   | Zeichenfolge               |
| Anzeigename im Portal | Namensschema für Baselines |

#### RemoveOldestBaseline

Wenn aktiviert (Standard), wird automatisch die älteste Baseline entfernt, wenn das maximale Limit von 20 Baselines erreicht ist. Setzen Sie es auf false, um das automatische Löschen zu verhindern und das Runbook fehlschlagen zu lassen, wenn das Limit erreicht ist.

| Eigenschaft           | Wert                                                    |
| --------------------- | ------------------------------------------------------- |
| Erforderlich          | falsch                                                  |
| Standardwert          | Wahr                                                    |
| Typ                   | Boolescher Wert                                         |
| Anzeigename im Portal | Älteste Baseline entfernen, wenn das Limit erreicht ist |

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


---

# 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-references/org/devices/create-endpoint-analytics-baseline.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.
