> 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 は、すでにそのようなアプリがインストールされているデバイスに新しいバージョンをプッシュしません — **利用可能** 割り当ては常に *現在の* バージョンのみを、まだアプリを持っていないデバイスに提供します。その結果、利用可能として展開されたアプリは **ネイティブでは最新状態に保たれません**.

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

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

## 仕組み

{% stepper %}
{% step %}

### パッケージごとに更新グループを有効にする

パッケージの詳細ページで、 **その他 → 更新グループを有効にする** を選択します（ [追加グループと既定グループの有効化および復元](/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 %}

### 期限切れのデバイスは一時的に必須として割り当てられます

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

{% step %}

### デバイスは最新になり次第削除されます

後続の実行では、現在のバージョンを報告したデバイス（または期限切れと見なされなくなったデバイス）が更新グループから削除されます。デバイスはパッケージの通常の **利用可能** 割り当てに戻ります。メンバーシップは自動的に調整されます。
{% endstep %}
{% endstepper %}

<figure><img src="/files/153432e797b4fc9262f4f8f29b9e538f79fa2e6f" alt=""><figcaption><p>更新グループが有効</p></figcaption></figure>

## 要件と対象範囲

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

{% hint style="warning" %}
更新グループは、一時的な自動 **必須** 割り当てで、更新を運ぶためだけに使用されます。デバイスは自動的に出入りするため、メンバーを手動で追加または削除しないでください。また、 `（更新）` グループを他の割り当てに再利用しないでください。
{% 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.
