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

# Scalefusion で Device Protection を展開

必要な権限を設定した状態で、Scalefusion を使用して管理対象の 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)に戻って **デバイスを接続**をクリックして、事前準備の手順を完了してください。
{% endstep %}

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

1. Scalefusion ダッシュボードで、次へ移動します **デバイスプロファイルとポリシー** → **デバイスプロファイル** そして、対象にしたい macOS デバイスプロファイルを編集します。
2. プロファイル内で、 **カスタム設定** セクションを開いて、ペイロードエディタにアクセスします。
3. 次の内容を貼り付けます `.mobileconfig` をペイロードエディタに、または **ファイルをインポート** して、 `.mobileconfig` を直接アップロードします。
4. をクリック **検証** して、緑のチェックマークを確認します。
5. をクリック **保存** して、ペイロードをプロファイル内のデバイスにプッシュします。

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

{% step %}
**Aikido Device Protection インストーラをアップロードする**

1. Scalefusion ダッシュボードで、次へ移動します **エンタープライズ** → **マイアプリ** → **エンタープライズストア**.
2. をクリック **新しいアプリをアップロード** → **macOS アプリをアップロード**.
3. Aikido Device Protection をアップロードする `.pkg` ファイル（またはクラウドストレージでホストされているそのリンクを指定）
4. 構成プロファイルがインストールされていることを確認します。プロファイルを開いて **アプリ名**, **バンドル ID**、および **アプリバージョン**、次にクリックします **保存**.

{% hint style="warning" %}
Scalefusion は **署名済み** PKG ファイルのみを配布します。ダッシュボードからダウンロードした Aikido Device Protection インストーラーは署名済みなので、そのままアップロードしてください。再パッケージ化や再署名はしないでください。
{% endhint %}
{% endstep %}

{% step %}
**デバイスに配布する**

1. 構成プロファイルがインストールされていることを確認します。プロファイルを開いて **カスタム設定** 前の手順のペイロードは、対象の macOS デバイスプロファイル内のすべてのデバイスに適用されます。
2. に戻って **エンタープライズストア**アップロードした Aikido Device Protection アプリを選択します。
3. をクリック **公開** をクリックし、同じデバイスプロファイルを選択します。
4. をクリック **公開** もう一度クリックして確認します。
   {% endstep %}

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

1. Scalefusion ダッシュボードで、次へ移動します **デバイス** を選択して、各対象デバイスを選択します。
2. をクリック **アクション** を選択します **再起動**.

{% hint style="info" %}
再起動アクションを使用するには、デバイスが監視対象である必要があります。デバイスが監視対象でない場合は、次のコマンドを実行するスクリプトジョブで再起動をトリガーします。 `sudo reboot`.
{% endhint %}

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

{% step %}
**配布を確認する**

テストデバイスで、以下を確認します：

1. システム拡張が有効化されていること：

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

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

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

| 問題                            | 対処法                                                                   |
| ----------------------------- | --------------------------------------------------------------------- |
| ユーザーにはまだポップアップが表示される          | 構成プロファイルが正しくスコープ設定され、パッケージポリシーが実行される前にインストールされていることを確認してください          |
| 拡張機能はユーザーの承認を待機しています          | System Extensions ペイロードを確認し、チームIDとバンドルIDが完全に一致していることを確認してください         |
| パッケージはインストールされますが、デバイスは接続しません | トークンスクリプトがパッケージのインストール前に実行され、トークンが正しくコピーされたことを確認してください                |
| 拡張機能の重複エントリが表示される             | デバイスを再起動してください                                                        |
| コンテンツフィルタはサイレントに承認されません       | 再アップロードする `.mobileconfig` プロファイルを再アップロードし、デバイスにインストールされていることを確認してください |


---

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