> 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/ugd-management/user-and-group-settings.md).

# ユーザーとグループの設定

## 概要

設定は、RealmJoin Client の動作を制御し、次のような機能を構成するために使用できます [LAPS](/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps.md).

設定がユーザーに作成／割り当てられている場合は、次の項目の下で確認できます ![](/files/674150dec0e2e402c8897dc9da5483a469119308) - ユーザー設定

同様に、「**RealmJoin - All Users"**」を含む任意のグループに設定が適用されている場合は、次の項目の下で確認できます ![](/files/f4af4aae51cce049be06410caabc86e8247526fd) - グループ設定。

## Tenant の既定値

既定の設定値は、さまざまなスコープで定義できます。最も広いスコープはテナント全体のクライアント構成で、RealmJoin Portal の Settings セクションにあり、任意の管理者がアクセスできます。そこで定義された設定は、より狭いスコープで上書きされない限り、すべてのユーザーに適用されます。

<figure><img src="/files/57e79acd03a3418c5d174af71d3b8d21d2b32416" alt=""><figcaption></figcaption></figure>

組み込みの RealmJoin グループ「RealmJoin - All Users」は、テナント全体の既定値をすべてのユーザーに対して上書きするために使用できます。実際のユーザーまたはグループのスコープに割り当てられた設定は、個別のグループおよびユーザーへの割り当てが最も高い優先度を持つため、これらの両方をさらに上書きします。

結果として、優先順位は次のようになります: テナント全体のクライアント設定 < RealmJoin - All Users < 任意のユーザーまたはグループのスコープ。

例:

すべてのユーザーのベースライン チャネルを定義するには、テナント全体のクライアント設定で RealmJoin Agent Channel を「release」に設定します。これをすべてのユーザーに一括で上書きするには、「RealmJoin - All Users」グループで「beta」を設定します。特定のユーザーのみを対象にするには、専用のグループに直接「beta」を割り当てます。より具体的なスコープが常に優先されます。

## 設定エディター

<figure><img src="/files/1e2f0a5aec7daece86c7861f33e0d4e29ced0987" alt=""><figcaption><p>設定エディター</p></figcaption></figure>

注意: 設定の値は有効な JSON である必要があります。これには、次のような単一の値も含まれます `はい` または文字列（角かっこなし）。

ウィザード下部のスイッチを使用すると、この設定を VDI / Windows365 マシンなどの特定のシナリオにスコープ設定できます。これらのスイッチによって除外された設定は、割り当てられていなかったかのように動作します:

* **VDI のみに適用** / **VDI では無視** — 設定を VDI (W365/AVD) デバイスにのみ適用するか、まったく適用しないようにします。2 つのスイッチは排他的です。
* **ハイブリッド参加済みデバイスのみに適用** / **ハイブリッド参加済みデバイスでは無視** — 設定をハイブリッド参加済みデバイスにのみ適用するか、まったく適用しないようにします。これら 2 つも排他的です。
* **個人用デバイスでは無視** — 個人用デバイス（Entra ID 参加ではない）では設定をスキップします。

Settings Editor から設定の変更と削除を行うことができます。ここでは新しい設定を作成できません。設定を適用したいユーザーまたはグループに移動し、そこで設定を作成してください。

参照 [利用可能な設定](/ja/ugd-management/user-and-group-settings/additional-settings.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/ugd-management/user-and-group-settings.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.
