> 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/to/general.md).

# 一般

## ランブック同期

もし設定すると [プロセス自動化 / ランブック](/ja/zi-dong-hua/runbooks.md) お使いの環境で、"Sync runbooks..." をクリックすると、RealmJoin の公開リポジトリからランブックを更新できます。

![](/files/44c375783218a440fcef144bbc1f1ef6347c8492)

これにより、バグ修正や新機能を含む現在のランブックの状態を確実に維持できます。必要に応じて、Azure Automation Account に必要な PowerShell モジュールもインストールされます。

## パッケージ自動化の既定値

RealmJoin の [パッケージ ストア](/ja/apurikshon/packages/package-store.md)からパッケージを取得する場合は、 [自動化 ](/ja/apurikshon/packages/package-details.md#automation)を使用して、これらのパッケージを常に最新の状態に保つことができます。

![パッケージの自動化既定値](/files/64064c47d83422c8ff86bb06ed929979352ef247)

設定は次のとおりです:

* **AutoDeployMain** - このパッケージの新しいバージョンをユーザーに自動展開します。（"Main" サブスクリプション）
* **AutoDeployMainDeferInDays** - "main" に新しいバージョンを公開する前に、この日数が経過するまで待ちます。複数のパッケージバージョンが短期間に公開される場合、ユーザー/クライアントの負担を避けるのに役立ちます。
* **AutoDeployPreview** - このパッケージの新しいバージョンをパイロットユーザーに自動展開します。（"Preview" サブスクリプション）
* **AutoDeployPreviewDeferInDays** - "preview" に新しいバージョンを公開する前に、この日数が経過するまで待ちます。
* **AutoDeployAtNight** - 夜間に自動展開をスケジュールします
* **対象のタイムゾーンを選択** - AutoDeployAtNight を使用する場合は、このタイムゾーンで "at night" の時間帯を指定します。

参照してください [パッケージ詳細](/ja/apurikshon/packages/package-details.md#automation) Package Automation の詳細について。

## グループ命名規則

RealmJoin Portal は、次のような機能のために Entra グループを動的に作成および管理できます [パッケージ割り当て](/ja/apurikshon/packages/package-details.md#assignments) と [修復スクリプトの割り当て](/ja/zi-dong-hua/remediation-scripts.md#assignment).

### アプリ / パッケージ展開

RealmJoin は Intune と RealmJoin Client パッケージの割り当てグループを作成できます。これを使用して、グループの命名パターンを定義します。

<figure><img src="/files/171b886aa80b063a6a608ca3fe34047849792c67" alt=""><figcaption><p>パッケージ展開グループの命名規則</p></figcaption></figure>

次の変数を使用できます:

* **$vendor** - ソフトウェアベンダー名（利用可能な場合）
* **$product** - ソフトウェア名
* **$appName** - ソフトウェアの完全名（ベンダー名と製品名）
* **$modifier** - 何も指定しない、"available"、"preview"、または "uninstall"
* **$groupName** - （説明内のみ）Managed Group の名前

### 修復スクリプト

もし使用する場合 [RealmJoin による管理対象 Intune 修復スクリプト](/ja/zi-dong-hua/remediation-scripts.md#managed-scripts)、次の命名規則を定義できます [管理対象グループ](/ja/zi-dong-hua/remediation-scripts.md#managed-groups).

<figure><img src="/files/26d8e2ee2170e78df8d73360acd428f17aa44218" alt=""><figcaption><p>修復スクリプト グループの命名規則</p></figcaption></figure>

次の変数を使用できます:

* **$healthScriptName** - 管理対象修復スクリプトの名前
* **$modifier** - "included" または "excluded" のいずれか（割り当て vs. 例外）
* **$groupName** - （説明内のみ）Managed Group の名前

## クライアント構成

このテナント設定では、RealmJoin Agent がプライマリ ユーザーを検出する期間を設定できます。

<figure><img src="/files/5d63de6d2206cc9b5cd849b4fa47c8815ec3aadc" alt=""><figcaption></figcaption></figure>

## LAPS 構成

このテナント設定では、RealmJoin LAPS Support Account の有効期限を設定できます。

<figure><img src="/files/1ab6f3028f73ab4bc040bf84cbcaaae45521040f" alt=""><figcaption></figcaption></figure>


---

# 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/to/general.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.
