> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/de/configuration/system-settings/throttling-prevention/sharepoint-throttling-prevention.md).

# SharePoint-Drosselungsvermeidung

{% hint style="info" %}
Diese Funktion ist in KONNEKT 2.2 oder neuer verfügbar
{% endhint %}

Diese Richtlinie steuert, wie häufig KONNEKT SharePoint-Daten aktualisiert. Sie begrenzt die Anfragen, die durch erweiterte Aktualisierungszyklen erzeugt werden, zum Beispiel beim Aktualisieren der Websitesammlungen, auf die ein Benutzer Zugriff hat.

## Richtlinie

Sie können diese Richtlinie mit unserem im Richtlinien-Editor oder in Intune laden [ADMX](/de/configuration/management-options/settings-via-gpo.md#admx-file).

Richtlinienname (GPO & Intune): `SharePoint-Drosselungsprävention`

Verfügbare Einstellungen:

* `Aktiviert`
  * `Automatisch erkennen` (Standard)\
    KONNEKT entscheidet über aktive Maßnahmen.
  * `Niedrig`\
    Drosselungsprävention greift nur bei Drosselungsereignissen ein.
  * `Mittel`\
    Es werden mehr Daten zwischengespeichert als bei Niedrig, um unnötige Anfragen an SharePoint Online zu verhindern.
  * `Hoch`\
    Drosselungsprävention hat die höchste Priorität. Einige Änderungen anderer Clients (z. B. neue Bibliotheken oder neue Dateien/Ordner) können verspätet aktualisiert werden (bis zu 24 Stunden).
* `Deaktiviert`\
  Die standardmäßige Drosselungsprävention greift

{% hint style="warning" %}
SharePoint Online überwacht Drosselung auf mehreren Ebenen. Nach unserer Erfahrung ist die Tenant-Ebene für KONNEKT die wichtigste.

Deshalb wird die Drosselungsprävention wirksam, wenn **ALLE** KONNEKT-Clients in Ihrem Tenant dieselbe Präventionsstufe verwenden. Beispiel: Wenn Sie diese Richtlinie nur auf einigen Clients auf „hoch“ setzen, kann das möglicherweise überhaupt keine Wirkung haben. Bitte setzen Sie alle auf „hoch“, wenn Sie beim Verwenden von KONNEKT Drosselungen feststellen.
{% endhint %}

## Manuelle Einstellung in der Registry

{% hint style="info" %}
Das benötigen Sie nicht, wenn Sie die GPO- oder Intune-Verwaltung verwenden.
{% endhint %}

* **Name des Werts:** `SharepointThrottling`
* **Werttyp:** `REG_DWORD`
* **Wertdaten**
  * `0` => Automatisch erkennen (Standard)
  * `1` => Niedrig
  * `2` => Mittel
  * `3` => Hoch
* Wert **gespeichert** in:
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`\
    oder
  * `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\glueckkanja\Konnekt`


---

# 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.konnekt.io/de/configuration/system-settings/throttling-prevention/sharepoint-throttling-prevention.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.
