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

# Multi-Geo

{% hint style="info" %}
KONNEKT バージョン 2.1 以降で利用可能
{% endhint %}

{% hint style="success" %}
KONNEKT 2.3 以降のマシンでは、Multi-Geo サポートが常に有効なため、このポリシーは無視されます。
{% endhint %}

このポリシーを使用して、 [OneDrive と 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) KONNEKT で。

**ポリシー名:** `SharePoint の Multi-Geo サポート`

![](/files/6777dfc9bc7a70664625b102abd59d1604ec4eb7)

<table><thead><tr><th width="232.33333333333331"></th><th></th><th></th></tr></thead><tbody><tr><td>機能</td><td>値</td><td>動作</td></tr><tr><td>未設定</td><td>該当なし</td><td>Multi-Geo は無効化されています</td></tr><tr><td>有効</td><td>1</td><td>Multi-Geo は有効化されています</td></tr><tr><td>無効</td><td>0</td><td>Multi-Geo は無効化されています</td></tr></tbody></table>

OneDrive と SharePoint Online の Multi-Geo の詳細を確認できます [こちらから](https://docs.microsoft.com/en-us/microsoft-365/enterprise/multi-geo-capabilities-in-onedrive-and-sharepoint-online-in-microsoft-365?view=o365-worldwide).

## **このポリシーを適用する方法はいくつかあります**

1. GPO 経由については、次を参照してください [GPO での設定](/ja/configuration/management-options/settings-via-gpo.md)
2. Intune 経由でポリシーをプッシュする方法については、次を参照してください [Intune 管理対象デバイスの設定](/ja/configuration/management-options/setting-for-intune-managed-devices-1.md)
3. レジストリにキーを追加することで手動で

### レジストリでの手動設定

{% hint style="info" %}
GPO または Intune 管理を使用する場合、これは必要ありません
{% endhint %}

* **値名:** `SharepointMultiGeo`
* **値の種類:** `REG_DWORD`
* **値データ:** `1` （機能を有効化するには）、 `0` 無効化するには
* **保存された値** **に**:
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`\
    または
  * `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/ja/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.
