> 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/system-settings/office365-co-authoring.md).

# Office365 の共同編集

[Microsoft Office 365 の共同編集](https://support.microsoft.com/en-us/office/document-collaboration-and-co-authoring-ee1509b4-1f6e-401e-b04a-782d26f564a4) は、Microsoft Office ファイルで高度な共同作業を可能にする技術です。利点の1つは、共同編集に適した Office ファイルを複数のユーザーが同時に作業できることです。

## KONNEKT の設定

KONNEKT は、Windows File Explorer からファイルを開く際に Microsoft Office 365 の共同編集を利用できます。この場合、KONNEKT はファイルの SharePoint URL を対応する Microsoft 365 アプリ（Microsoft Word、Excel、PowerPoint）に渡すだけです。アプリはその後、ファイルを SharePoint Online から直接読み込みます。

{% hint style="info" %}
この設定は、次から開かれる Office ファイルに影響します **Windows のファイル エクスプローラー**のみ。

その他のユースケース（たとえば、KONNEKT ファイルが Office アプリから開かれる場合）は対象外であり、共同編集と自動保存は機能しません。
{% endhint %}

Microsoft Office 365 の共同編集の使用を推奨します。多くの利点があるためです。そのため、KONNEKT では共同編集が既定で有効になっています。

{% hint style="info" %}
Microsoft によれば、共同編集はパスワード保護されたファイルではサポートされていません。 [共同編集のベスト プラクティス](https://support.microsoft.com/en-us/office/best-practices-for-coauthoring-in-excel-7564b417-977b-48f1-aa31-98a95bad4dc7)

代わりに [機密ラベル](https://learn.microsoft.com/en-us/purview/sensitivity-labels-coauthoring) を使用して情報を安全に保ってください。
{% endhint %}

ただし、共同編集を使用せず、代わりに KONNEKT 経由で Office ファイルを読み込みたい場合は、この設定を使用して無効にできます。

使用可能な設定は次のとおりです：

{% hint style="info" %}
「Browser」機能は、KONNEKT バージョン 2.12.0 以降で追加されました。ADMX / ADML ファイルを介して使用できます。
{% endhint %}

|     機能     |  値  | 動作                                                                                                                                                      |
| :--------: | :-: | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
|     無効     |  0  | <p>KONNEKT は Microsoft Office ファイルの SharePoint Online へのアップロードとダウンロードを処理します。</p><p>ファイルは排他的に開かれます - Office 365 の共同編集は <strong>機能しません</strong> 。</p>     |
| デスクトップ アプリ |  1  | <p>Windows File Explorer から開かれた KONNEKT ファイルのファイル処理は、KONNEKT が Microsoft Office アプリに委任します。</p><p>これらのファイルでは、Microsoft Office 365 の共同編集と自動保存が利用できます。</p> |
|    ブラウザー   |  2  | Office Online を使用して、既定のブラウザーでファイルを開きます。                                                                                                                 |

### GUI

この設定は、環境設定メニューで見つけることができます：

![](/files/035180e93ba0faa8980d03ab9cbccffd47485ad4)

### ポリシー

ポリシー名： **共同編集**

指定可能な値：有効または無効にできます。

既定値は有効です。

当社の [ADMX テンプレート](/ja/configuration/management-options/settings-via-gpo.md#admx-file) この設定を構成するには。GPO エディターの「システム設定」にポリシーがあります。

#### **使用方法**

ポリシーを適用する方法はいくつかあります:

* GPO で、参照 [GPO での設定](/ja/configuration/management-options/settings-via-gpo.md)
* Intune でポリシーを配信することで、参照 [Intune 管理対象デバイスの設定](/ja/configuration/management-options/setting-for-intune-managed-devices-1/intune-system-settings.md#co-authoring)

**ポリシー** 保存先:

`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/system-settings/office365-co-authoring.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.
