# 全般

## Runbook 同期

構成する場合 [プロセス自動化 / Runbooks](/ja/zi-dong-hua/runbooks.md) 環境でこれを構成すると、「Sync runbooks...」をクリックして、RealmJoin の公開リポジトリから Runbooks を更新できます。

![](/files/44c375783218a440fcef144bbc1f1ef6347c8492)

これにより、バグ修正や新機能を含む最新の Runbooks の状態を確実に取得できます。必要に応じて、Azure Automation アカウントに必要な PowerShell モジュールもインストールされます。

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

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

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

設定は次のとおりです:

* **AutoDeployMain** - このパッケージの新しいバージョンをユーザーに自動的に展開します。（「Main」サブスクリプション）
* **AutoDeployMainDeferInDays** - 「main」に新しいバージョンを公開する前に、この日数が経過するまで待ちます。これは、複数のパッケージ バージョンが短期間に公開された場合に、ユーザー/クライアントへの負荷を避けるために役立ちます。
* **AutoDeployPreview** - このパッケージの新しいバージョンをパイロット ユーザーに自動的に展開します。（「Preview」サブスクリプション）
* **AutoDeployPreviewDeferInDays** - 「preview」に新しいバージョンを公開する前に、この日数が経過するまで待ちます。
* **AutoDeployAtNight** - 夜間に自動展開をスケジュールします
* **ターゲットのタイムゾーンを選択** - AutoDeployAtNight を使用する場合は、このタイムゾーンで「夜間」がいつであるかを示します。

参照 [パッケージの詳細](/ja/apuri/packages/package-details.md#automation) パッケージ自動化の詳細。

## グループ命名スキーム

RealmJoin ポータルは、次のような機能のために Entra グループを動的に作成および管理できます。 [パッケージ割り当て](/ja/apuri/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** - （説明内でのみ）管理対象グループの名前

### 修復スクリプト

を使用する場合は [RealmJoin managed 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** - （説明内でのみ）管理対象グループの名前

## クライアント構成

この Tenant 設定を使用して、RealmJoin Agent がプライマリ ユーザーを検出する期間を構成できます。

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

## LAPS 構成

この Tenant 設定を使用して、RealmJoin LAPS サポート アカウントの有効期限を構成できます。

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


---

# Agent Instructions: 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-she-ding/general.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.
