> 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/link-scope.md).

# Linkbereich

### Standard-SharePoint-Linkbereichsrichtlinie

Wählen Sie den Standard-Linkbereich für Links, die für SharePoint-Dateien erstellt werden; der Wert kann sein:

* **0:** Standardmäßige Unternehmenseinstellung (Standard)
* **1:** Anonym
* **2:** Organisation
* **3:** Deaktiviert

<figure><img src="/files/efbf0c0bce4f2fe86031391ffc27abea7615c5f5" alt=""><figcaption></figcaption></figure>

Weitere Informationen finden Sie unter <https://github.com/OneDrive/onedrive-api-docs/blob/live/docs/rest-api/api/driveitem_createlink.md#scope-types>

{% hint style="warning" %}

#### Links für "bestimmte Personen" werden nicht unterstützt

Bitte überprüfen Sie Ihre "[Standard-SharePoint-Linkbereichsrichtlinie](https://docs.microsoft.com/en-us/sharepoint/change-default-sharing-link)"-Einstellung in SharePoint Online.

<img src="/files/14a539518f6b63130964986f65a9e057cde91ad2" alt="" data-size="original">

*Link in die Zwischenablage kopieren* in KONNEKT funktioniert nicht, wenn der *Standardtyp für Freigabelinks* einer SharePoint-Website auf *Bestimmte Personen* und KONNEKT *Standard-SharePoint-Linkbereichsrichtlinie* nicht festgelegt ist.

Wenn Sie Websites mit dem Standardtyp für Freigabelinks haben *Bestimmte Personen*, empfehlen wir daher, diese Richtlinie in KONNEKT auf *Anonym*, *Organisation,* oder *Deaktiviert*. Die *Standardmäßige Unternehmenseinstellung* funktioniert nicht.
{% endhint %}

## **Es gibt mehrere Möglichkeiten, die Richtlinie anzuwenden:**

* manuell, indem der Schlüssel in der Registry unter den Registrierungsoptionen für Computer oder Benutzer hinzugefügt wird
* ü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#link-scope)

**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/link-scope.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.
