> 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/general/check-device-onboarding-exclusion_scheduled.md).

# デバイスのオンボーディング除外を確認（スケジュール）

### 説明

このランブックは、まだ Intune に登録されていない Windows Autopilot デバイスを特定し、構成済みの除外グループのメンバーであることを確認します。また、対象外になったデバイスをそのグループから削除します。

### 場所

組織 → 全般 → デバイスのオンボーディング除外を確認（スケジュール済み）

**Runbook の完全名**

rjgit-org\_general\_check-device-onboarding-exclusion\_scheduled

### 権限

#### アプリケーション権限

* **種類**: Microsoft Graph
  * Group.ReadWrite.All
  * Device.Read.All
  * DeviceManagementManagedDevices.Read.All

### Parameters

#### 除外グループ名

管理する除外グループの表示名。

| プロパティ | 値                                                                  |
| ----- | ------------------------------------------------------------------ |
| 必須    | false                                                              |
| 既定値   | cfg - Intune - Windows - Intune 未登録の Autopilot デバイスのコンプライアンス（デバイス） |
| 種類    | 文字列                                                                |

#### 最大経過日数

最近登録されたデバイスを猶予対象としてみなすための最大経過日数（日）。

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

[Runbook Reference の概要に戻る](/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:

```
GET https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/general/check-device-onboarding-exclusion_scheduled.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.
