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

# Multi-Geo

{% hint style="info" %}
Disponible para la versión 2.1 de KONNEKT o posterior
{% endhint %}

{% hint style="success" %}
Para equipos con KONNEKT 2.3 o posterior, la directiva se ignora, ya que la compatibilidad con Multi-Geo está siempre habilitada.
{% endhint %}

Con esta directiva, puede activar la compatibilidad con [Multi-Geo de OneDrive y SharePoint Online](https://learn.microsoft.com/en-us/microsoft-365/enterprise/multi-geo-capabilities-in-onedrive-and-sharepoint-online-in-microsoft-365?view=o365-worldwide) en KONNEKT.

**Nombre de la directiva:** `Compatibilidad con Multi-Geo de SharePoint`

![](/files/946928cc8d921902974f6dbcd706e025c35407a5)

<table><thead><tr><th width="232.33333333333331"></th><th></th><th></th></tr></thead><tbody><tr><td>Función</td><td>Valor</td><td>Comportamiento</td></tr><tr><td>no establecido</td><td>N/D</td><td>Multi-Geo está desactivado</td></tr><tr><td>activada</td><td>1</td><td>Multi-Geo está activado</td></tr><tr><td>deshabilitado</td><td>0</td><td>Multi-Geo está desactivado</td></tr></tbody></table>

Puede encontrar más detalles sobre Multi-Geo de OneDrive y SharePoint Online [aquí](https://docs.microsoft.com/en-us/microsoft-365/enterprise/multi-geo-capabilities-in-onedrive-and-sharepoint-online-in-microsoft-365?view=o365-worldwide).

## **Hay varias formas de aplicar la directiva**

1. Mediante GPO, consulte [configuración mediante GPO](/es/configuration/management-options/settings-via-gpo.md)
2. Para aplicar directivas mediante Intune, consulte [configuración para dispositivos administrados por Intune](/es/configuration/management-options/setting-for-intune-managed-devices-1.md)
3. Manualmente agregando la clave en el registro

### Configuración manual en el registro

{% hint style="info" %}
No necesita esto si utiliza la administración mediante GPO o Intune
{% endhint %}

* **Nombre del valor:** `SharepointMultiGeo`
* **Tipo de valor:** `REG_DWORD`
* **Datos del valor:** `1` (para activar la función), `0` para desactivarla
* **Valor almacenado** **en**:
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`\
    o
  * `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/es/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.
