> 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).

# 一般

## Runbook の同期

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

![](/files/44c375783218a440fcef144bbc1f1ef6347c8492)

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

## Package Automation の既定値

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 を使用する場合は、このタイムゾーンで "夜間" の時刻を指定してください。

参照 [パッケージ詳細](/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).

### App / パッケージの展開

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
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.
