> 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/apurikshon/packages/update-group.md).

# 更新グループ

Intune 経由で展開された管理対象アプリは **利用可能** Company Portal からユーザーが必要に応じてインストールします。Intune は、そのようなアプリがすでにインストールされているデバイスに新しいバージョンをプッシュしません — これは **利用可能** 割り当ては常に次のものだけを提供します *現在の* バージョンを、まだアプリを持たないデバイスにのみ提供します。その結果、利用可能として展開されたアプリは **標準では最新状態に保たれません**.

オプションの **Update Group** がこのギャップを埋めます。パッケージごとに有効にすると、RealmJoin は既存のインストールを検出し、影響を受けるデバイスを次のように割り当てることで一時的に最新状態にします: **必須（Mandatory）** — パッケージの通常の **利用可能** 割り当てを変更せずに。

{% hint style="info" %}
Update Group は、Intune 管理および RealmJoin Agent 管理の両方のパッケージで有効にできます。特に関連があるのは **Intune の利用可能** アプリです。というのも、RealmJoin Agent はすでに Available パッケージを自動的に最新状態に保っているためです（参照 [自動アップグレード](/ja/apurikshon/packages/package-settings.md#expert-settings)).
{% endhint %}

## 仕組み

{% stepper %}
{% step %}

### パッケージごとに Update Group を有効にする

パッケージの詳細ページで、 **その他 → Update Group を有効にする** （参照 [追加のグループの有効化と既定グループの復元](/ja/apurikshon/packages/package-deployment.md#enable-additional-and-restore-default-groups)）。RealmJoin は、次の内容を持つ専用の Entra ID グループを作成します。 `（更新）` という接尾辞を付け、次の **必須** インストール意図でアプリに割り当てます。このグループは RealmJoin Portal によって完全に管理されており、手動で編集してはいけません。
{% endstep %}

{% step %}

### RealmJoin は古いインストールを検出します

Tenant 全体の Intune レポート（「検出されたアプリ」）データを使用して、RealmJoin はソフトウェアが次のバージョンでインストールされているすべてのデバイスを特定します *古い* パッケージでサブスクライブされ、割り当てられている最新バージョンよりも。
{% endstep %}

{% step %}

### 古いデバイスは一時的に Required として割り当てられます

検出された古いデバイスは Update Group に追加されます。このグループには次の **必須** 意図があるため、Intune はそれらのデバイスに新しいバージョンを必須展開としてインストールします。これにより、更新のときだけ「利用可能、オンデマンド」という動作が上書きされます。
{% endstep %}

{% step %}

### デバイスは最新になると削除されます

後続の実行では、現在のバージョンを報告したデバイス（またはもはや古いと検出されないデバイス）は Update Group から削除されます。これらはパッケージの通常の **利用可能** 割り当てに戻ります。メンバーシップは自動的に照合されます。
{% endstep %}
{% endstepper %}

<figure><img src="/files/153432e797b4fc9262f4f8f29b9e538f79fa2e6f" alt=""><figcaption><p>Update Group 有効</p></figcaption></figure>

## 要件と範囲

* パッケージには次のものが必要です: **新しいバージョンがサブスクライブされ、割り当てられている**。新しいバージョンが存在しない場合、どのデバイスも古いとは見なされず、何も割り当てられません。
* 検出は Intune のレポートデータに依存するため、対象になるにはデバイスがインストール済みアプリを Intune に報告している必要があります。
* 既定では、Update Group は次を対象にします **すべての** Tenant 内の報告済みデバイス。これを制限するには、次を割り当てます。 **「Update Group 対象」** ポータル設定で特定のデバイスグループに対する権限を設定します。この権限が少なくとも 1 つのグループに割り当てられると、この機能はそのグループ内のデバイスのみを処理します。

{% hint style="warning" %}
Update Group は、一時的な自動の **必須** 更新を配信するためだけに使用される割り当てです。デバイスは自動的にそこへ出入りします。手動でメンバーを追加・削除せず、次のものを再利用しないでください。 `（更新）` 他の割り当てにグループを使用しないでください。
{% endhint %}


---

# 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/apurikshon/packages/update-group.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.
