> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/devices/auto-approve-driver-updates_scheduled.md).

# ドライバー更新の自動承認（スケジュール）

### 説明

このスケジュール済み runbook は、1つ以上の Intune ドライバー更新ポリシーにおける保留中のドライバー更新を自動的に承認します。表示名のパターン、ドライバー クラス、またはメーカーでドライバー更新をフィルターできます。承認処理の完了後、必要に応じてメール通知を送信できます。

### メール送信に関する設定

メールレポートの送信は任意であり、受信者（`EmailTo`）が指定された場合にのみ行われます。送信者アドレスは次の設定から取得されます。 `RJReport.EmailSender` Tenant 設定。

この runbook は Microsoft Graph API を使用してメールを送信します。Graph API 経由でメールを送信するには、runbook のカスタマイズで既存のメールアドレスを設定する必要があります。

次を参照してください。 [RealmJoin レポート設定のドキュメント](https://docs.realmjoin.com/automation/runbooks/runbook-report-settings) 詳細について。

### 場所

Organization → Devices → ドライバー更新の自動承認（スケジュール済み）

**完全な Runbook 名**

rjgit-org\_devices\_auto-approve-driver-updates\_scheduled

### アクセス許可

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

* **種類**: Microsoft Graph
  * DeviceManagementConfiguration.ReadWrite.All
  * Mail.Send
  * Organization.Read.All

### パラメーター

#### ポリシー名

（任意）承認の対象範囲を指定する、ドライバー更新ポリシー名のカンマ区切りリスト（例: "Policy1, Policy2, Policy3"）。指定しない場合は、すべてのポリシーが処理されます。

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

#### ポリシー ID

（任意）承認の対象範囲を指定する、ドライバー更新ポリシー ID のカンマ区切りリスト（例: "id1, id2, id3"）。指定しない場合は、すべてのポリシーが処理されます。

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

#### ドライバー表示名パターン

（任意）表示名パターンでドライバー更新をフィルターします（ワイルドカードをサポート）。一致するドライバーのみが承認されます。

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

#### ドライバー クラス

（任意）ドライバー クラス ID でフィルターします（カンマ区切り）。例: 特定のドライバー クラスとして "Bluetooth,Networking,Firmware"。

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

#### ドライバー製造元

（任意）ドライバー製造元名でフィルターします。指定した製造元のドライバーのみが承認されます。

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

#### 最大ドライバー経過日数

（任意）承認対象となるドライバーの最大経過日数。過去 X 日以内にリリースされたドライバーのみが承認されます。例: 30 にすると、過去 30 日以内にリリースされたドライバーのみを承認します。

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

#### レビューが必要なもののみ

有効にすると（既定）、ステータスが "needsReview" のドライバーのみが承認されます。ステータスが "suspended" または "declined" のドライバーはスキップされます。無効にすると、停止済みまたは却下済みのドライバーも再承認されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | True  |
| 種類    | ブール値  |

#### WhatIf

（任意）有効にすると、実際の変更を行わずにドライバー承認をシミュレートします。承認されるドライバーを表示し、設定されている場合は EmailTo にレポートを送信します。

| プロパティ | 値           |
| ----- | ----------- |
| 必須    | false       |
| 既定値   | False       |
| 種類    | スイッチ パラメーター |

#### EmailFrom

通知用の送信者メール アドレス。このパラメーターは設定によって管理されており、直接変更しないでください。

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

#### EmailTo

（任意）承認通知の受信者メール アドレス。指定しない場合、メールは送信されません。

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

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


---

# 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.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/devices/auto-approve-driver-updates_scheduled.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.
