> 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/hajimeni/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)

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

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

### ランブック

RealmJoin は、オペレーターが日々のタスクを自動化できるようにします [ランブック](/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.
