> 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/mappings/multi-geo.md).

# Multi-Geo

{% hint style="info" %}
Verfügbar für KONNEKT Version 2.1 oder höher
{% endhint %}

{% hint style="success" %}
Bei Maschinen mit KONNEKT 2.3 oder höher wird die Richtlinie ignoriert, da die Multi-Geo-Unterstützung immer aktiviert ist.
{% endhint %}

Mit dieser Richtlinie können Sie die Unterstützung für [OneDrive- und SharePoint Online Multi-Geo](https://learn.microsoft.com/en-us/microsoft-365/enterprise/multi-geo-capabilities-in-onedrive-and-sharepoint-online-in-microsoft-365?view=o365-worldwide) in KONNEKT aktivieren.

**Richtlinienname:** `Multi-Geo-Unterstützung für SharePoint`

![](/files/6fb9a01009a0293d3fb9b326dc0f17dbd858e051)

<table><thead><tr><th width="232.33333333333331"></th><th></th><th></th></tr></thead><tbody><tr><td>Funktion</td><td>Wert</td><td>Verhalten</td></tr><tr><td>nicht festgelegt</td><td>N/V</td><td>Multi-Geo ist deaktiviert</td></tr><tr><td>aktiviert</td><td>1</td><td>Multi-Geo ist aktiviert</td></tr><tr><td>deaktiviert</td><td>0</td><td>Multi-Geo ist deaktiviert</td></tr></tbody></table>

Weitere Details zu OneDrive und SharePoint Online Multi-Geo finden Sie [hier](https://docs.microsoft.com/en-us/microsoft-365/enterprise/multi-geo-capabilities-in-onedrive-and-sharepoint-online-in-microsoft-365?view=o365-worldwide).

## **Es gibt mehrere Möglichkeiten, die Richtlinie anzuwenden**

1. Über GPO, siehe [Einstellungen über GPO](/de/configuration/management-options/settings-via-gpo.md)
2. Richtlinien über Intune bereitstellen, siehe [Einstellungen für von Intune verwaltete Geräte](/de/configuration/management-options/setting-for-intune-managed-devices-1.md)
3. Manuell durch Hinzufügen des Schlüssels in der Registrierung

### Manuelle Einstellung in der Registrierung

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

* **Wertname:** `SharepointMultiGeo`
* **Werttyp:** `REG_DWORD`
* **Wertdaten:** `1` (um die Funktion zu aktivieren), `0` um sie zu deaktivieren
* **Gespeicherter Wert** **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/mappings/multi-geo.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.
