> 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)
* [ネイティブ Choco ランタイム](/ja/realmjoin-agent/realmjoin-client/native-choco-runtime.md)
* [AnyDesk 連携](/ja/realmjoin-agent/realmjoin-client/anydesk-integration.md)
* 監査タスク（デバイス/クライアント情報の収集）
* [高度なテレメトリ](/ja/realmjoin-agent/realmjoin-client/advanced-telemetry.md)

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

RealmJoin は次のものを使用し **ユーザー ID** そして Cloud Service でそれをチェックし、次のための **拡張ポリシー** および、必要に応じて次のための **セカンダリ 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 つの異なるプロセスを担当します:

* The **`realmjoin.exe`** プロセスはログオン時に自動的に起動します。このプロセスは常時実行され、15 分ごとにアップストリーム データを送信します。
* The **`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.
