> 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のインストール方法について[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)のドキュメントをご覧ください。
{% 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)ダッシュボードの**管理 > コレクタ管理 > ダウンロード**セクションからダウンロードしてください。

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

次のインストールパスから選択してください：

* **手動**、プロセス中にすべてのステップを強調表示
* **サイレント**、ユーザーの介入なしで実行

### 手動インストール

他の実行可能ファイルと同様にMSIファイルを実行してVDIクライアント拡張機能インストーラーを起動し、手順に従ってください。 これにより、Windows Installerでインストールプロセスが始まります。

### サイレントインストール

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

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

## VDIセッションに接続

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

## よくある質問

展開シナリオなどに関する一般的な質問への回答を見つけるには、[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:

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

The question should be specific, self-contained, and written in natural language.
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.
