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

# RealmJoin エージェント

- [エージェントの展開](https://docs.realmjoin.com/ja/realmjoin-jento/installation.md): Package Store のすぐに使える intunewin パッケージを Intune 経由で使用して、RealmJoin Agent を Windows クライアントに展開します。
- [推奨パッケージ](https://docs.realmjoin.com/ja/realmjoin-jento/recommended-packages.md): RealmJoin Agent と併せて Package Store から展開することを推奨するパッケージ。これにより、その機能を最大限に活用できます。
- [機能](https://docs.realmjoin.com/ja/realmjoin-jento/realmjoin-client.md): Windows クライアント向けのオプションの RealmJoin Agent 機能: ESP、アプリ展開、LAPS、通知、AnyDesk、準拠チェック。
- [Local Admin Password Solution (LAPS)](https://docs.realmjoin.com/ja/realmjoin-jento/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-jento/realmjoin-client/local-admin-password-solution-laps/keyvault.md): RealmJoin LAPS によって生成されたローカル アカウントのパスワードを安全に保存するための Azure Key Vault とアクセス ポリシーを作成します。
- [Application Insights](https://docs.realmjoin.com/ja/realmjoin-jento/realmjoin-client/local-admin-password-solution-laps/application-insights.md): RealmJoin LAPS 監査用の Azure Application Insights インスタンスを作成し、そのインストルメンテーション キーをサポートに送信します。
- [複数ユーザー共有デバイス](https://docs.realmjoin.com/ja/realmjoin-jento/realmjoin-client/multi-user-devices.md): RealmJoin Agent ベースのソフトウェア展開で複数ユーザー デバイスをプロビジョニングします。
- [RealmJoin ESP](https://docs.realmjoin.com/ja/realmjoin-jento/realmjoin-client/realmjoin-esp.md): RealmJoin ESP は独自の Enrollment Status Page を表示し、必須のインストールと構成が Windows デスクトップの表示前に完了するようにします。
- [RealmJoin アプリ通知](https://docs.realmjoin.com/ja/realmjoin-jento/realmjoin-client/deploy-apps.md): カスタマイズ可能なヒーロー画像を含む RealmJoin Agent のアプリ通知により、ユーザーにパッケージのインストールを知らせます。
- [通知](https://docs.realmjoin.com/ja/realmjoin-jento/realmjoin-client/showing-notifications.md): RealmJoin から、スケジュールされたカテゴリベースのデスクトップ通知をユーザーに送信し、情報や重要な問題を共有します。
- [Native Choco Runtime](https://docs.realmjoin.com/ja/realmjoin-jento/realmjoin-client/native-choco-runtime.md): Native Choco Runtime は RealmJoin 独自のプロセス内パッケージ インストール エンジンで、古い Chocolatey 0.10.3 バイナリを置き換えつつ、既存パッケージとの完全な互換性を維持します。
- [AnyDesk 連携](https://docs.realmjoin.com/ja/realmjoin-jento/realmjoin-client/anydesk-integration.md): RealmJoin との AnyDesk 連携により、デバイスごとの ID を共有 ID の代わりに使用して、リモート デバイス アクセスと LAPS 経由の権限昇格が可能になります。
- [AnyDesk の構成](https://docs.realmjoin.com/ja/realmjoin-jento/realmjoin-client/anydesk-integration/customer-tasks.md): RealmJoin 用の AnyDesk 構成: エンド ユーザー クライアントを公開 URL でホストし、サポーター クライアントをカスタム パッケージとして要求します。
- [高度なテレメトリ](https://docs.realmjoin.com/ja/realmjoin-jento/realmjoin-client/advanced-telemetry.md): 既定で RealmJoin Agent がデバイスについて報告する内容、RealmJoin Telemetry Package が追加する内容、およびその情報が RealmJoin Portal のどこに表示されるか。
- [ユーザー インターフェース](https://docs.realmjoin.com/ja/realmjoin-jento/client-menu.md): ユーザーがデバイス上の RealmJoin とやり取りする 2 つの方法: 従来の RealmJoin Tray と Web ベースの Self-Service Portal。
- [RealmJoin Tray](https://docs.realmjoin.com/ja/realmjoin-jento/client-menu/realmjoin-tray.md): RealmJoin Tray メニューには、カスタマイズ可能な Web リンクと、デバイスからソフトウェア パッケージをインストールまたは更新する機能が用意されています。
- [セルフサービス ポータル](https://docs.realmjoin.com/ja/realmjoin-jento/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-jento.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.
