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

# リンクのスコープ

### 既定の SharePoint リンク範囲ポリシー

SharePoint ファイルに作成されるリンクの既定のリンク範囲を選択してください。値は次のいずれかです:

* **0:** 既定の会社設定（既定）
* **1:** 匿名
* **2:** 組織
* **3:** 無効

<figure><img src="/files/0e6f1f4af870fead84457339171601c18545a2c1" alt=""><figcaption></figcaption></figure>

詳細については、次を参照してください <https://github.com/OneDrive/onedrive-api-docs/blob/live/docs/rest-api/api/driveitem_createlink.md#scope-types>

{% hint style="warning" %}

#### "特定のユーザー" 用のリンクはサポートされていません

次の「[既定の SharePoint リンク範囲ポリシー](https://docs.microsoft.com/en-us/sharepoint/change-default-sharing-link)」の設定を SharePoint Online で確認してください。

<img src="/files/301c7b8810a573c201207f9f2a0042186a73343a" alt="" data-size="original">

*リンクをクリップボードにコピー* KONNEKT では動作しません。もし、 *既定の共有リンクの種類* SharePoint サイトの既定の共有リンクの種類が次に設定されている *特定のユーザー* および KONNEKT が *既定の SharePoint リンク範囲ポリシー* 設定されていない。

既定の共有リンクの種類が設定されているサイトがある場合 *特定のユーザー*そのため、KONNEKT ではこのポリシーを次のように設定することをお勧めします: *匿名*, *組織、* または *無効*。 *既定の会社設定* は機能しません。
{% endhint %}

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

* マシンまたはユーザーのレジストリ設定の下でレジストリにキーを追加して手動で
* 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#link-scope)

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

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