> 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 Laufe der Zeit zu messen und zu verfolgen. Das Namensschema kann Platzhalter enthalten, die während der Baseline-Erstellung durch kontextbezogene Werte ersetzt werden.

### Ort

Organisation → Geräte → Endpoint Analytics-Baseline erstellen

**Vollständiger Runbook-Name**

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

### Berechtigungen

#### Anwendungsberechtigungen

* **Typ**: Microsoft Graph
  * DeviceManagementConfiguration.ReadWrite.All

### Parameter

#### BaselineNamingSchema

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

| Eigenschaft  | Wert         |
| ------------ | ------------ |
| Erforderlich | wahr         |
| Standardwert |              |
| Typ          | Zeichenfolge |

#### RemoveOldestBaseline

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

| Eigenschaft  | Wert     |
| ------------ | -------- |
| Erforderlich | falsch   |
| Standardwert | Wahr     |
| Typ          | Boolesch |

[Zur Übersicht der Runbook-Referenz zurück](/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.
