> 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.md).

# RealmJoin Agent

- [エージェントの展開](https://docs.realmjoin.com/ja/realmjoin-agent/installation.md): Package Store のすぐに使える intunewin パッケージを使用して、Intune 経由で RealmJoin Agent を Windows クライアントに展開します。
- [推奨パッケージ](https://docs.realmjoin.com/ja/realmjoin-agent/recommended-packages.md): RealmJoin Agent と併せて Package Store から展開することを推奨するパッケージです。
- [機能](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client.md): Windows クライアント向けの RealmJoin Agent のオプション機能: ESP、アプリ展開、LAPS、通知、AnyDesk、準拠チェック。
- [Local Admin Password Solution (LAPS)](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps.md): RealmJoin LAPS は強力なローカル アカウント パスワードを生成し、独自の Azure Key Vault に保存します。監査は Application Insights または Log Analytics で行われます。
- [Key Vault](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps/keyvault.md): Azure Key Vault とアクセス ポリシーを作成し、RealmJoin LAPS が生成したローカル アカウントのパスワードを安全に保存します。
- [Application Insights](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps/application-insights.md): RealmJoin LAPS の監査用に Azure Application Insights インスタンスを作成し、そのインストルメンテーション キーをサポートへ送信します。
- [複数ユーザー共有デバイス](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/multi-user-devices.md): RealmJoin Agent ベースのソフトウェア展開で複数ユーザー デバイスをプロビジョニングします。
- [RealmJoin ESP](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/realmjoin-esp.md): RealmJoin ESP は独自の Enrollment Status Page を表示し、必須のインストールと構成が Windows デスクトップの表示前に完了します。
- [RealmJoin App Notification](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/deploy-apps.md): カスタマイズ可能なヒーロー画像を含む RealmJoin Agent のアプリ通知が、パッケージのインストールについてユーザーに通知します。
- [通知](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/showing-notifications.md): RealmJoin からユーザーに、カテゴリベースでスケジュールされたデスクトップ通知を送信し、情報や重要な問題を共有します。
- [Native Choco Runtime](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/native-choco-runtime.md): Native Choco Runtime は RealmJoin 独自の同一プロセス内パッケージ インストール エンジンで、既存のパッケージとの完全な互換性を保ちながら、古い Chocolatey 0.10.3 バイナリを置き換えます。
- [AnyDesk 統合](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/anydesk-integration.md): RealmJoin との AnyDesk 統合により、共有 ID ではなくデバイスごとの ID を使用してリモート デバイス アクセスを付与し、LAPS により権限を昇格できます。
- [AnyDesk の構成](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/anydesk-integration/customer-tasks.md): RealmJoin 向けの AnyDesk 構成: エンドユーザー クライアントを公開 URL でホストし、サポーター クライアントをカスタム パッケージとして要求します。
- [ユーザー インターフェイス](https://docs.realmjoin.com/ja/realmjoin-agent/client-menu.md): ユーザーがデバイス上で RealmJoin とやり取りする方法は 2 つあります。従来の RealmJoin Tray と、Web ベースの Self-Service Portal です。
- [RealmJoin Tray](https://docs.realmjoin.com/ja/realmjoin-agent/client-menu/realmjoin-tray.md): RealmJoin Tray メニューでは、カスタマイズ可能な Web リンクを提供し、デバイスからソフトウェア パッケージをインストールまたは更新します。
- [Self Service Portal](https://docs.realmjoin.com/ja/realmjoin-agent/client-menu/self-service-portal.md): RealmJoin Self-Service Portal により、ユーザーは Entra ID のシングル サインオンを通じて、デバイス、ソフトウェア、ID 属性を管理できます。


---

# 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.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.
