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

# Office365 gemeinsames Bearbeiten

[Microsoft Office 365 Co-Authoring](https://support.microsoft.com/en-us/office/document-collaboration-and-co-authoring-ee1509b4-1f6e-401e-b04a-782d26f564a4) ist eine Technologie, die Ihnen eine fortschrittliche Zusammenarbeit mit Microsoft Office-Dateien ermöglicht. Einer der Vorteile ist, dass mehrere Benutzer gleichzeitig an einer für Co-Authoring geeigneten Office-Datei arbeiten können.

## Einstellung in KONNEKT

KONNEKT kann Microsoft Office 365 Co-Authoring nutzen, wenn Dateien aus dem Windows-Datei-Explorer geöffnet werden. In diesem Fall übergibt KONNEKT einfach die SharePoint-URL einer Datei an die entsprechende Microsoft 365 App (Microsoft Word, Excel und PowerPoint). Die App lädt die Datei dann direkt aus SharePoint Online.

{% hint style="info" %}
Diese Einstellung betrifft Office-Dateien, die von **Windows-Datei-Explorer**, nur.

Andere Anwendungsfälle (z. B. wenn eine KONNEKT-Datei aus der Office-App geöffnet wird) werden nicht abgedeckt, und Co-Authoring & Auto-Save funktionieren nicht.
{% endhint %}

Wir empfehlen die Verwendung von Microsoft Office 365 Co-Authoring, da es wertvolle Vorteile bietet. Aus diesem Grund ist Co-Authoring in KONNEKT standardmäßig aktiviert.

{% hint style="info" %}
Co-Authoring wird von Microsoft für passwortgeschützte Dateien nicht unterstützt. [Best Practices für Co-Authoring](https://support.microsoft.com/en-us/office/best-practices-for-coauthoring-in-excel-7564b417-977b-48f1-aa31-98a95bad4dc7)

Verwenden Sie stattdessen [Vertraulichkeitskennzeichnung](https://learn.microsoft.com/en-us/purview/sensitivity-labels-coauthoring) um Informationen zu schützen.
{% endhint %}

Wenn Sie Co-Authoring jedoch nicht verwenden und stattdessen Office-Dateien über KONNEKT laden möchten, können Sie diese Einstellung verwenden und sie deaktivieren.

Hier sind die möglichen Einstellungen:

{% hint style="info" %}
"Browser"-Funktion seit KONNEKT-Version 2.12.0 hinzugefügt. Über ADMX-/ADML-Dateien nutzbar.
{% endhint %}

|   Funktion   | Wert | Verhalten                                                                                                                                                                                                                                           |
| :----------: | :--: | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Deaktivieren |   0  | <p>KONNEKT verarbeitet Hoch- und Downloads zu SharePoint Online für Microsoft Office-Dateien.</p><p>Dateien werden exklusiv geöffnet – Office 365 Co-Authoring ist <strong>nicht</strong> funktionsfähig.</p>                                       |
| Desktop-Apps |   1  | <p>KONNEKT delegiert die Dateiverarbeitung für KONNEKT-Dateien, die aus dem Windows-Datei-Explorer geöffnet werden, an die Microsoft Office-Apps.</p><p>Microsoft Office 365 Co-Authoring und Auto-Save stehen für diese Dateien zur Verfügung.</p> |
|    Browser   |   2  | Öffnet Dateien im Standardbrowser mit Office Online.                                                                                                                                                                                                |

### GUI

Sie finden diese Einstellung im Präferenzmenü:

![](/files/fe6b91d1bcbeb2c0fd368b71f6374b7cbd395943)

### Richtlinie

Richtlinienname: **Co-Authoring**

Mögliche Werte: kann aktiviert oder deaktiviert werden.

Der Standardwert ist aktiviert.

Wir empfehlen, unsere [ADMX-Vorlage](/de/configuration/management-options/settings-via-gpo.md#admx-file) um diese Einstellung zu konfigurieren. Sie finden die Richtlinie im GPO-Editor unter "Systemeinstellungen".

#### **Verwendung**

Es gibt mehrere Möglichkeiten, die Richtlinie anzuwenden:

* über GPO, siehe [Einstellungen über GPO](/de/configuration/management-options/settings-via-gpo.md)
* Richtlinien über Intune bereitstellen, siehe [Einstellungen für von Intune verwaltete Geräte](/de/configuration/management-options/setting-for-intune-managed-devices-1/intune-system-settings.md#co-authoring)

**Richtlinien** gespeichert in:

`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/de/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.
