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

# Multi-Geo

{% hint style="info" %}
Disponível para a versão 2.1 ou posterior do KONNEKT
{% endhint %}

{% hint style="success" %}
Para máquinas com KONNEKT 2.3 ou posterior, a política é ignorada, pois o suporte Multi-Geo está sempre ativado.
{% endhint %}

Usando esta política, você pode ativar o suporte para [OneDrive e 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) no KONNEKT.

**Nome da política:** `Suporte Multi-Geo do SharePoint`

![](/files/a79f382a331e11ca837da3804b40fb5e742ab66f)

<table><thead><tr><th width="232.33333333333331"></th><th></th><th></th></tr></thead><tbody><tr><td>Função</td><td>Valor</td><td>Comportamento</td></tr><tr><td>não definido</td><td>N/A</td><td>Multi-Geo está desativado</td></tr><tr><td>ativada</td><td>1</td><td>Multi-Geo está ativado</td></tr><tr><td>desativado</td><td>0</td><td>Multi-Geo está desativado</td></tr></tbody></table>

Você pode encontrar mais detalhes sobre OneDrive e SharePoint Online Multi-Geo [aqui](https://docs.microsoft.com/en-us/microsoft-365/enterprise/multi-geo-capabilities-in-onedrive-and-sharepoint-online-in-microsoft-365?view=o365-worldwide).

## **Existem várias formas de aplicar a política**

1. Via GPO, veja [definições via GPO](/pt/configuration/management-options/settings-via-gpo.md)
2. Para enviar políticas via Intune, veja [definições para Dispositivos Geridos pelo Intune](/pt/configuration/management-options/setting-for-intune-managed-devices-1.md)
3. Manualmentе adicionando a chave no registo

### Definição manual no registo

{% hint style="info" %}
Não precisa disto se utilizar a gestão por GPO ou Intune
{% endhint %}

* **Nome do valor:** `SharepointMultiGeo`
* **Tipo de valor:** `REG_DWORD`
* **Dados do valor:** `1` (para ativar o recurso), `0` para desativá-lo
* **Valor armazenado** **em**:
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt`\
    ou
  * `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:

```
GET https://docs.konnekt.io/pt/configuration/mappings/multi-geo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
