> 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-no/infrastructure/multi-user-devices.md).

# 複数ユーザー デバイス

マルチユーザーデバイスでは、管理者が複数のユーザーによる利用を想定したデバイスをプロビジョニングできます。マルチユーザーデバイス向けのツールは **Device Enrollment Manager** （略して DEM）。

DEM は、Azure Active Directory のユーザー アカウントに適用できる Intune の権限で、ユーザーが最大 1,000 台のデバイスを登録できるようにします。DEM アカウントは、デバイスをユーザーに渡す前に登録して準備しておくシナリオで役立ちます。

RealmJoin Client は、マルチユーザーデバイスでセルフサービスによるソフトウェアのインストールを可能にするために使用できます。

## ライセンス

DEM アカウントで登録されたデバイスにはライセンスが必要です。そのため、各 DEM アカウントには Intune のユーザー ライセンスまたはデバイス ライセンスを割り当てる必要があります。

例:

* Enterprise Mobility + Security（ユーザー ライセンス）または
* シンプルなデバイス ライセンス

![](/files/ca5877669c43e625745736bf186d33d65fb539cf)

## 準備

デバイスの登録を開始する前に、いくつかの準備が必要です。

### DEM ユーザーの作成

実在の人物に割り当てられていない汎用ユーザー アカウントを作成します。このアカウントが削除されないように必ずしてください。そうしないと、登録済みのデバイスは管理下に置かれなくなります。前述のとおり、適切な Intune ライセンスを割り当てます。

![](/files/abd318a83677271e8ee8523bb96b4d04e893224d)

### DEM アカウント用のユーザー グループを作成

すべての DEM ユーザーを含む新しいユーザー グループが必要です。1 つ追加します（例： **CFG - すべてのマルチユーザーデバイス アカウント DEM**）を追加し、以前に作成したユーザーを割り当てます。

![](/files/a10441917243c0f9f794d61fc47aa6a27944f2f1)

### グループを準備

次の **Intune** 操作がそのグループに必要です：

* コンプライアンスポリシーとデバイス構成（これらのデバイスに適用するもの）を割り当てる
* Intune で配布するアプリ（例：RealmJoin Installer）を割り当てる
* DEM グループが Intune/Entra ID で新しいデバイスを登録できるか確認する（例：登録制限や Entra ID Join）

次の手順は、で行う必要があります **RealmJoin**

* そのグループに RealmJoin 構成ポリシーを追加する
* ソフトウェア パッケージを追加する（デバイスが DEM アカウントでセットアップされる際にインストールされるもの）
* RealmJoin にこのグループを次のようにマークさせる **プライマリ ユーザー** （Entra ID のオブジェクト ID を取得する）

## デバイスのセットアップ

新しい初期状態のデバイスが、事前に作成した DEM ユーザー アカウントでセットアップされます：

![](/files/620c40cfb74c0e13f56112177c6b981b87199b6b)

構成によっては、2 要素認証が強制されます：

![](/files/aa3847ecdecb715ad28594cd5ac7bf0e927b0b40)

デバイスの登録とプロビジョニングが開始されます：

![](/files/bf17ee7ce73f60fb339824ac20c2ecf74b8555f1)

Windows Hello のセットアップを求めるプロンプトが表示されます（構成による）：

![](/files/8ad9de4383c35f604e53dd6f866ecd7f668ec74b)

その後、RealmJoin が起動し、DEM アカウント向けに定義されたソフトウェア一式をインストールします：

![](/files/2d0dee7261ce00b1db18027648c9687998c58437)

DEM アカウント（プライマリ ユーザー）でログインすると、ソフトウェアがインストールされているはずです：

![](/files/5cfe479dd502c33692c52f499e8dad582e78bd45)

## セカンダリ ユーザーの体験

セカンダリ ユーザーがログインできるようになります：

![](/files/0635e228a22a060c72f06ed02df8e0bb06caa3ee)

DEM アカウントによって割り当てられ、インストールされたソフトウェアが利用できるはずです

このセカンダリ ユーザーは追加のソフトウェアをインストールできます：

![](/files/2c09b966e5a6cb771ecd97322e2d134ed66c3b17)

![](/files/e7f269dfd475fdab9f8703191c267661ff622775)

![](/files/8127e1aef75445fc17a72af3f709c6789f6a10aa)


---

# 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:

```
GET https://docs.realmjoin.com/ja/realmjoin-no/infrastructure/multi-user-devices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
