> 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/realmjoin-agent/realmjoin-client.md).

# 機能

RealmJoin Agent は、Windows 10/11 クライアント上の RealmJoin Portal と併用できるオプション コンポーネントです。次のような追加機能を有効にします:

* [RealmJoin ESP](/ja/realmjoin-agent/realmjoin-client/realmjoin-esp.md)
* [RealmJoin アプリケーション / 構成の展開とライフサイクル](/ja/apurikshon/packages/package-store/package-store-details.md#realmjoin-deployment)
* [ローカル管理者パスワード ソリューション (LAPS)](/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps.md)
* [通知](/ja/realmjoin-agent/realmjoin-client/showing-notifications.md)
* [Native Choco Runtime](/ja/realmjoin-agent/realmjoin-client/native-choco-runtime.md)
* [AnyDesk 連携](/ja/realmjoin-agent/realmjoin-client/anydesk-integration.md)
* 監査タスク（デバイス/クライアント情報の収集）
* 高度なテレメトリ

## コンプライアンス チェック

RealmJoin は以下を使用します **ユーザー ID** そして Cloud サービスでそれを確認し、次のために **拡張ポリシー** さらに必要に応じて次のためにも **セカンダリ ID**、その後 RealmJoin セキュリティ評価が **システムが資格を満たしているか確認します** （暗号化、パッチ レベル、ファイアウォール、ウイルス対策など。必要に応じて、Intune ヘルス チェックで十分な場合もあります）。ユーザーのデバイスが対象である場合 **ソフトウェアおよび構成ポリシー** が適用されます（必須アプリケーションなど）。

これにより[ パッケージのインストール](/ja/realmjoin-agent/realmjoin-client/deploy-apps.md#package-installation) および次の表示が発生する場合があります[ RealmJoin 独自の ESP ](/ja/realmjoin-agent/realmjoin-client/realmjoin-esp.md)ページ。

## プロセス

RealmJoin は、デバイス上で実行される 2 つの異なるプロセスを担当します:

* その **`realmjoin.exe`** プロセスはログオン時に自動的に起動します。このプロセスは常時実行され、15 分ごとに上り方向のデータを送信します。
* その **`realmjoinservice.exe`** は、パッケージが次を必要とする場合に呼び出されます **SYSTEM モード** で処理される必要があるとき。既定では実行されていません。


---

# 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/realmjoin-agent/realmjoin-client.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.
