# リンク スコープ

### 既定の 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 Online で「[既定の SharePoint リンク範囲ポリシー](https://docs.microsoft.com/en-us/sharepoint/change-default-sharing-link)」設定を確認してください。&#x20;

![](/files/1928018601511298a6bf91f5bf40a5c0953591be)

*リンクをクリップボードにコピー* 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: 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:

```
GET https://docs.konnekt.io/ja/configuration/system-settings/link-scope.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
