> 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 エージェント (デバイス)** から **デバイスに**。追加のパッケージ（Core Choco Extension、Telemetry、Promote Tray Icon）は、 **ユーザー**.
{% endhint %}

## RealmJoin エージェント (デバイス)

[パッケージ ストア: 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>Agent の展開</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 テレメトリ パッケージ

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

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

* コンピューター システム情報（ベンダー、モデル、BIOS）
* Office ClickToRun 設定（チャネル、除外されたアプリ、...）
* 拡張マシン情報（CPU、メモリ、ディスク ドライブ、MAC、OEM ライセンスキー、Secure Boot 証明書 ...）
* 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`

RealmJoin のトレイ アイコンを、Windows の通知領域でオーバーフロー メニューに隠れるのではなく、「常に表示」に設定します。これにより、 [RealmJoin トレイ](/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.
