> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/aikido-device-protection/deploying-aikido-endpoint/device-protection-mdm-guides/device-protection-mdm-for-macos/deploy-aikido-endpoint-with-manage-engine.md).

# ManageEngine でデバイス保護を展開

ManageEngine Endpoint Central を使用して、必要な権限を設定したうえで、管理対象の macOS フリート全体に Aikido Device Protection を展開します。

## インストール

{% stepper %}
{% step %}
**必要なもの**

開始前に、Aikido Device Protection ダッシュボードから次のものを用意してください:

* その **Aikido Device Protection `.mobileconfig`** （ダウンロード元の [Aikido Device Protection ダッシュボード](https://app.aikido.dev/endpoint-protection/devices))
* その **Aikido Device Protection インストーラ** (`.pkg` ファイル、ダッシュボードからダウンロードした）

これらのいずれかが不足している場合は、 [Aikido Device Protection ダッシュボード](https://app.aikido.dev/endpoint-protection/devices)、次をクリックします: **Connect Device**に戻り、事前準備の手順を完了してください。
{% endstep %}

{% step %}
**Aikido Device Protection の構成プロファイルを追加**

1. Endpoint Central で、次へ移動します **設定** → **Mac** → **カスタム構成**.
2. クリック **構成をアップロード** を選択し、 `.mobileconfig` ファイル。
3. プロファイルに名前を付け（例: 「Aikido Device Protection」）、次をクリックします **保存して公開**.
4. プロファイルを対象デバイスまたはデバイスグループに関連付けます。

このプロファイルにより、Aikido Device Protection のシステム拡張機能がサイレントで読み込まれ、ネットワークコンテンツフィルタが有効になり、ユーザーが「システム設定」→「ログイン項目」でバックグラウンドサービスを無効にできなくなります。
{% endstep %}

{% step %}
**Aikido Device Protection パッケージを作成します**

1. Endpoint Central で、次へ移動します **ソフトウェア展開** → **パッケージ作成** → **パッケージ** → **パッケージを追加** → **Mac**.
2. Aikido Device Protection をアップロードします `.pkg` ファイルを選択し、パッケージの詳細を入力します。
3. パッケージを保存します。
   {% endstep %}

{% step %}
**インストール展開を作成します**

1. Endpoint Central で、次へ移動します **ソフトウェア展開** → **ソフトウェアのインストール/アンインストール**.
2. 新しい展開タスクを作成し、選択し、 **Mac**を選択して、先ほど作成した Aikido Device Protection パッケージを選択します。
3. アクションを **インストール** に設定し、同じ対象デバイスまたはグループに適用します。
4. 次の場所で **実行設定**、そのままにします **各更新サイクルでこの構成を適用する** のチェックを外し、パッケージがデバイスごとに 1 回だけ展開されるようにします。
5. スケジュールを設定して、タスクを保存します。

{% hint style="warning" %}
有効にすると **各更新サイクルでこの構成を適用する** Endpoint Central が 90 分ごとの更新サイクルのたびにパッケージを再展開し、古いビルドが再インストールされる可能性があります。パッケージは各デバイスに 1 回だけインストールする必要があります。
{% endhint %}
{% endstep %}

{% step %}
**正しい順序で展開する**

よりスムーズな展開のため、インストーラより先に構成プロファイルを展開します。

1. 確認してください **Aikido Device Protection** 構成プロファイルがすべての対象デバイスに到達したことを。ステータスは **設定** → **構成の概要**.
2. その後でのみ **Aikido Device Protection** インストールタスクを展開します。
   {% endstep %}

{% step %}
**インストール後にデバイスを再起動する**

1. Endpoint Central で、次へ移動します **ツール** → **リモートシャットダウン**.
2. 一覧から対象デバイスを選択します。
3. クリック **その他の操作** を選択し、 **再起動**.

エージェントは次回の起動時に完全に有効化されます。
{% endstep %}

{% step %}
**展開を確認する**

テストデバイスで次を確認します：

1. システム拡張機能が有効になっている：

   ```bash
   systemextensionsctl list | grep aikido
   ```

   拡張機能に次の表示があることを確認します： `[activated enabled]`.
2. 開く **システム設定** → **全般** → **ログイン項目と拡張機能** そして、Aikido Device Protection の項目をオフに切り替えられないことを確認します。
   {% endstep %}
   {% endstepper %}

## トラブルシューティング


---

# 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://help.aikido.dev/docs/docs-ja/aikido-device-protection/deploying-aikido-endpoint/device-protection-mdm-guides/device-protection-mdm-for-macos/deploy-aikido-endpoint-with-manage-engine.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.
