> 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-assignments-of-groups.md).

# グループの割り当てを確認

### 説明

このランブックは、指定したグループを対象とする Intune ポリシーと、必要に応じてアプリの割り当てを照会します。グループ ID を解決し、一致する割り当てを報告します。

### 場所

Organization → General → グループの割り当てを確認

**完全な Runbook 名**

rjgit-org\_general\_check-assignments-of-groups

### 詳細

| プロパティ      | 値                                  |
| ---------- | ---------------------------------- |
| バージョン      | 1.0.1                              |
| 必要なモジュール   | RealmJoin.RunbookHelper (>= 0.8.9) |
| スケジュール実行可能 | いいえ                                |

### 権限

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

* **種類**: Microsoft Graph
  * Group.Read.All
    * */groups('{id}') 経由で各対象グループを読み取り、表示名を解決します*
  * DeviceManagementConfiguration.Read.All
    * *Intune の構成、グループ ポリシー、コンプライアンス ポリシー、およびそれらの割り当てを一覧表示します*
  * DeviceManagementApps.Read.All
    * *IncludeApps が有効な場合、モバイル アプリとその割り当てを一覧表示します*

### パラメーター

#### GroupIDs

割り当てを確認する対象グループのグループ ID

| プロパティ   | 値                         |
| ------- | ------------------------- |
| 必須      | はい                        |
| 既定値     |                           |
| 種類      | String\[]                 |
| ポータル表示名 | 割り当てを確認するグループを 1 つ以上指定します |

#### IncludeApps

true に設定すると、アプリケーションの割り当ても評価します。

| プロパティ   | 値            |
| ------- | ------------ |
| 必須      | いいえ          |
| 既定値     | False        |
| 種類      | ブール値         |
| ポータル表示名 | アプリの割り当てを含める |

[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, and the optional `goal` query parameter:

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