> 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/ugd-management/user-group-device-management.md).

# 概要

RealmJoin を使用すると、ユーザー、グループ、デバイスなどの Entra ID オブジェクトを確認し、操作できます。

これは、Intune、Microsoft Defender、Windows Autopilot サービス、サインイン セキュリティ ログなど複数のソースからの情報を 1 つのビューに統合します。

次を使用してください [ナビゲーション](/ja/gai-yao/navigation.md) 確認するには [Tenant/組織](/ja/ugd-management/organization-details.md), [ユーザー、グループ、またはデバイス](/ja/ugd-management/user-list.md) 関連付けられたオブジェクト全体を検索して掘り下げ、次をトリガーし [操作](/ja/zi-dong-hua/runbooks.md) コンテキスト内で直接。

ユーザー、グループ、デバイスには、目的のオブジェクトを見つけるための一覧インターフェースと [詳細ページ](/ja/ugd-management/user-list/user-details.md) 各オブジェクトを個別に確認し、操作するためのものです。

詳細ページには、これらすべての領域に共通する要素がいくつかあります:

### **オブジェクト プロパティ**

各オブジェクトの詳細ページには、次のような主要プロパティの概要が表示されます。

* 名前
* Entra ID オブジェクト ID
* オブジェクト アカウントの状態
* ライセンス使用場所

オブジェクト プロパティは静的であり、どのタブでも表示されます。

![主要オブジェクト プロパティ](/files/1f1ca4d5bcd230f6d824ead0b6e94954ed449e0c)

画面右側には現在のタブが表示され、次のいずれかになります。

* オブジェクトの詳細情報を含む「概要」
* "[Runbook](#runbooks)」には、利用可能な Runbook が表示されます。名のとおり
* さまざまな [データソース](#data-sources)、Azure AD、サインイン ログなど。

### Runbook

RealmJoin では、オペレーターが次を使用して日々のタスクを自動化できます [Runbook](/ja/zi-dong-hua/runbooks.md)。RealmJoin Portal では、別タブから Tenant、デバイス、グループ、ユーザー レベルでコンテキスト固有の Runbook を利用できます。

![Runbook タブ](/files/7c3d6f27bf92b3bdb38083302cf92c59b2b56da5)

### データソース

RealmJoin Portal は複数のソースから情報を収集します。各オブジェクトの完全なソース情報は、ソース別のタブで確認でき、JSON データとして表示されます。

生のソースデータは RealmJoin 管理者のみが利用できます。

![生の JSON ソースデータ](/files/b8ea28e22c85ea4cb2e7460e7c423c0f0c984e1b)


---

# 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/ugd-management/user-group-device-management.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.
