> 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/recommended-packages.md).

# 推奨パッケージ

RealmJoin Agent を展開する際は、以下のパッケージを次の場所から展開することを推奨します。 **パッケージストア** これらを併せて使用すると、エージェント本体、パッケージが依存する共通のヘルパー関数、追加のテレメトリ、そしてより良いエンドユーザー エクスペリエンスが提供されます。

{% hint style="info" %}
次を割り当ててください **RealmJoin Agent（デバイス）** から **デバイス**。追加のパッケージ（Core Choco Extension、Telemetry、Promote Tray Icon）は、〜に割り当てる必要があります **ユーザー**.
{% endhint %}

## RealmJoin Agent（デバイス）

[パッケージ ストア: RealmJoin Agent (Device)](https://portal.realmjoin.com/packagestore/49465/overview) — `generic-realmjoin-agent-special-esp-device-phase`

RealmJoin Agent は、Windows デバイス上で実行されるコア クライアント コンポーネントです。RealmJoin ESP、アプリケーションおよび構成の展開、LAPS、通知、テレメトリなどの機能を有効にします。

完全なサポート対象の展開手順 — 必要な Intune の構成と Enrollment Status Page の設定を含む — については、専用ガイドに従ってください:

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>エージェントの展開</td><td><a href="/pages/c41ab080efc179c14b2a9e02531e07ee2456744b">/pages/c41ab080efc179c14b2a9e02531e07ee2456744b</a></td></tr></tbody></table>

## RealmJoin Core Choco Extension

[パッケージ ストア: RealmJoin Core Choco Extension](https://portal.realmjoin.com/packagestore/59828/overview) — `realmjoin-core.extension`

Intune 以外で行うすべての RealmJoin パッケージのインストールに必要なヘルパーです。RealmJoin パッケージがインストールおよびアンインストール時に依存する、共有の PowerShell ヘルパー関数（cmdlet）を提供します。

{% hint style="warning" %}
このパッケージは常に最新の状態に保つようにしてください。 **自動化** 〜向けの **メイン** チャネルに短い遅延を付けて（これには管理対象サブスクリプションが必要です）。

このパッケージは割り当てる必要があります **すべてのユーザーに必須として**、 **自動アップグレードを有効にして**.
{% endhint %}

## RealmJoin Telemetry Package

[パッケージ ストア: RealmJoin Telemetry パッケージ](https://portal.realmjoin.com/packagestore/58078/overview) — `generic-realmjoin-publishstate-computersystem-information`

このパッケージは、クライアントから追加のテレメトリ情報を収集します:

* コンピューター システム情報（ベンダー、モデル、BIOS）
* Office ClickToRun 設定（チャネル、除外されたアプリ、...）
* 拡張マシン情報（CPU、メモリ、ディスク ドライブ、MAC、OEM ライセンス キー、セキュア ブート証明書 ...）
* Windows Update SafeGuardHolds
* Windows ログイン（LastLoggedOnProvider）
* デバイス証明書（Subject、Thumbprint、Issuer、Validity などの詳細を含む）
* RealmJoin BIOS 管理レポート（BIOS パスワードと設定状態を含む）

## RealmJoin Promote Tray Icon

[パッケージ ストア: RealmJoin Promote Tray Icon](https://portal.realmjoin.com/packagestore/37448/overview) — `generic-realmjoin-promote-tray-icon`

Windows の通知領域で RealmJoin のトレイ アイコンを非表示にせず「常に表示」に設定します。これにより、 [RealmJoin Tray](/ja/realmjoin-agent/client-menu/realmjoin-tray.md) および [セルフサービス ポータル](/ja/realmjoin-agent/client-menu/self-service-portal.md) エンドユーザーがすぐにアクセスできるようになります。


---

# 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/recommended-packages.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.
