# 信頼済みサイトの追加または削除

### 説明

Windows のカスタム構成ポリシーの Site-to-Zone Assignment List に URL を追加または削除します。この runbook は、既存のすべての Trusted Sites ポリシーとそのマッピングを一覧表示することもできます。

### 場所

Organization → General → Trusted Site の追加または削除

**ランブックの完全名**

rjgit-org\_general\_add-or-remove-trusted-site

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**: Microsoft Graph
  * DeviceManagementConfiguration.ReadWrite.All

### パラメーター

#### アクション

実行するアクション: ポリシーの追加、削除、または一覧表示。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | true  |
| 既定値   | 2     |
| 種類    | Int32 |

#### URL

追加または削除する URL。先頭に "http\://" または "https\://" を付ける必要があります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### ゾーン

URL を割り当てる Internet Explorer のゾーン ID。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | 1     |
| 種類    | Int32 |

#### DefaultPolicyName

複数の Trusted Sites ポリシーが存在し、特定のポリシー名が指定されていない場合に使用される既定のポリシー名。

| プロパティ | 値                          |
| ----- | -------------------------- |
| 必須    | false                      |
| 既定値   | Windows 10 - Trusted Sites |
| 種類    | 文字列                        |

#### IntunePolicyName

省略可能なポリシー名。指定された場合、runbook は自動選択ではなくこのポリシーを対象にします。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

[ランブック リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# 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.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/general/add-or-remove-trusted-site.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.
