> 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-vdi-environment/installing-the-nexthink-vdi-client-extension.md).

# Nexthink VDIクライアント拡張機能のインストール

Nexthink VDIクライアント拡張機能は、個人の従業員デバイスや仮想デスクトップ環境（VDI）に接続された自主管理型エンドポイントデバイス向けの軽量エージェントです。 この拡張機能は、Nexthink Collectorをインストールできないデバイスから、関連データのみをNexthinkインスタンスに送信します。

{% hint style="info" %}
[Nexthink VDI クライアント拡張機能](#download-the-extension) は Nexthink Collector のコンポーネントとして含まれているため、仮想環境にアクセスする会社管理デバイスに別途インストールする必要はありません。

**会社管理デバイス**の場合は、Collector のインストール方法について、[Broken mention](broken://pages/2Fs3Q7uJbmCtb2ukmpmd) のドキュメントを参照してください。
{% endhint %}

### プラットフォーム互換性

Nexthink VDI クライアント拡張機能は、Citrix、Microsoft Azure Virtual Desktop (AVD)、Windows 365 Cloud PC (CPC) をサポートしており、Microsoft Windows を実行しているエンドポイントにインストールできます。

## 開始する前に。

VDI クライアント拡張機能の MSI ファイルを Nexthink から直接[コレクタ管理](/platform/ja/user-guide/administration/system-configuration/collector-management.md)ダッシュボードの**管理 > コレクタ管理 > ダウンロード**セクションからダウンロードしてください。

## インストール手順

{% stepper %}
{% step %}

### 拡張機能をインストール

次のインストール方法から選択してください:

{% tabs %}
{% tab title="Manual installation" %}
この方法では、処理中のすべての手順が示されます。

MSI ファイルを他の実行可能ファイルと同様に実行して VDI Client Extension インストーラーを起動し、手順に従います。 これにより、Windows Installer を使用したインストールプロセスが開始されます。
{% endtab %}

{% tab title="Silent installation" %}
この方法では、ユーザーの操作なしでインストールが実行されます。

以下のコマンドをコマンドラインインターフェース（CLI）で実行し、ユーザーの操作なしで拡張機能をインストールします； `<VERSION>` を拡張機能のバージョンに置き換えます：

```powershell
msiexec /i NEXThink_VDI_Client_Extension_<VERSION>.x86_64.msi /qn
```

{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

### VDIセッションに接続

インストールが完了すると、VDIセッションに再接続する準備が整い、Nexthinkはリモートセッション情報をクライアントデバイスからの関連メトリクスで補完し始めます。
{% endstep %}
{% endstepper %}

## よくある質問

展開シナリオなどに関する一般的な質問への回答を見つけるには、[VDIエクスペリエンスFAQ](/platform/ja/user-guide/vdi-experience/vdi-experience-faq.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-vdi-environment/installing-the-nexthink-vdi-client-extension.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.
