> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment.md).

# エンドポイントデバイスをNexthinkに接続する

このセクションでは、エンドポイントデバイス（デスクトップ、ノートPC）をNexthinkに接続するための詳細な手順について説明します。

{% stepper %}
{% step %}

#### デバイス構成プロファイルを設定する

Collector バージョン 26.5 以降をインストールまたは展開する場合、インストールを開始する前に Nexthink で以下のデータ収集パラメーターを構成してください。 **管理 > データ管理 >** **デバイス構成プロファイル** ダッシュボードに移動し、次を構成します:

* ユーザー名
* ユーザー プリンシパル名 (UPN)
* アプリケーションのフォーカス時間
* ユーザーインタラクション時間
* Wi-Fi ネットワーク名
* ネットワーク接続
* ネットワーク接続（高度なフィルタリング）

これらのパラメーターを Remote actions またはその他の従来の方法で構成しないでください。 Collector バージョン 26.5 以降、システムはこれらの構成方法を上記パラメーターに対して無視します。

手順については、[デバイス構成プロファイル](/platform/ja/user-guide/administration/system-configuration/data-management/device-configuration-profiles.md) を参照してください。
{% endstep %}

{% step %}

#### 単一デバイスに Collector を構成してインストールする

Nexthink Collectorをデバイスに手動で設定し、インストールして展開の準備をする。

1. [Windows 用 Collector の構成](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/configuring-collector-for-endpoint-devices.md)
2. [単一の Windows デバイスに Collector をインストールする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/installing-collector-on-a-single-device.md)
3. [単一の macOS デバイスに Collector を構成してインストール](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-macos.md)

{% hint style="warning" %}
Collectorをインストールしたら、[コレクタ管理](/platform/ja/user-guide/administration/system-configuration/collector-management.md) にアクセスし、エージェントが環境内で見えることを確認してください。
{% endhint %}
{% endstep %}

{% step %}

#### 従業員のエンドポイントデバイスに Collector を展開する

UEM、MECM、GPOまたはJamfを使用して、従業員デバイスにNexthink Collectorを展開します。

詳細な指示については、以下を参照してください。

* Windows:
  * [WindowsへのCollectorの展開](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/deploying-collector-on-windows-tp.md)
* macOS:
  * [JamfでCollectorをデプロイする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-macos/jamf-deployment-tp.md)
  * [IntuneでCollectorをデプロイする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-macos/intune-deployment-tp.md)
    {% endstep %}

{% step %}

#### 従業員のエンドポイントデバイスにブラウザー拡張機能を展開する

* [Nexthinkブラウザ拡張機能を展開する](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-the-nexthink-browser-extension.md)従業員のデバイスに。
* Amplifyを購入した場合、Amplifyブラウザ拡張機能を展開してください。
  * [Amplifyのインストールと設定](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/configure-amplify/installation-and-configuration.md)
  * [複数のデバイスに Amplify を展開する](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/configure-amplify/extension-deployment.md)
    {% endstep %}

{% step %}

#### オプション — VDI クライアント拡張機能をインストールする

未管理デバイスおよび持ち込みデバイスに [VDI Client Extension](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/installing-the-nexthink-vdi-client-extension.md) をインストールします。
{% endstep %}

{% step %}

#### デバイス構成プロファイルの割り当てを更新する

対象とするデバイスグループに合わせて、デバイス構成プロファイル内の NQL クエリを更新します。

プロファイルを更新した後、Investigations で以下の NQL クエリを使用して、**適用済み構成プロファイル** と **ターゲット構成プロファイル** のフィールドが一致していることを確認します。

{% code overflow="wrap" %}

```sql
devices
| list device.name, device.collector.configuration_profile, device.collector.target_configuration_profile
```

{% endcode %}
{% endstep %}
{% endstepper %}

***

関連コンテンツ:

* [VDI環境でのNexthinkの展開](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment.md)
* [モバイルデバイスをNexthinkに接続する](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/connecting-mobile-devices-to-nexthink.md)
* [WindowsでCollectorをインストールする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows.md)
* [macOSでCollectorをインストールする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-macos.md)
* [Nexthinkブラウザ拡張機能をインストールする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-the-nexthink-browser-extension.md)


---

# 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.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment.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.
