# VDI環境でのNexthinkの展開

このページでは、仮想デスクトップインフラストラクチャ（VDI）環境で Nexthink を展開および構成する方法の概要を提供します。

VDI環境は、エンドポイントエージェントのデプロイおよびユーザーセッションデータの取得時に特定の技術的考慮が必要です。 このガイドのいくつかのステップでは、Nexthinkとの仮想デスクトップインフラストラクチャ(VDI)環境の統合に焦点を当てており、その他のステップでは全てのNexthink導入に適用可能な一般的な設定タスクが概説されています。

* このページにある [#identifying-your-vdi-deployment-path](#identifying-your-vdi-deployment-path "mention") を参照して、VDI に特化した展開パスの概要を確認してください。
* このページにある [#step-by-step-deployment-procedure](#step-by-step-deployment-procedure "mention") を参照して、VDI に特化した設定タスクと一般的な Nexthink 設定タスクを含む手順を確認してください。

## VDI インフラストラクチャコンポーネントの理解

次の図は、オンプレミスおよびクラウドホスティングされた一般的なVDIインフラストラクチャの簡略化された表現を示し、各ノードにどのコンポーネントをインストールする必要があるかを強調しています。

{% ヒント スタイル="info" %}

接続ラインは、VDIエクスペリエンスに特化した `vdi_session` および `vdi_event` テーブルで収集されたメトリックの経路を示しています。 これらのメトリクスについて学ぶには、[desktop-virtualization-nql-capabilities](https://docs.nexthink.com/platform/ja/user-guide/vdi-experience/desktop-virtualization-nql-capabilities "mention") および [nql-data-model](https://docs.nexthink.com/platform/ja/understanding-key-data-platform-concepts/nql-data-model "mention") ドキュメントを参照してください。

<figure><img src="https://3549141153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeLm8O7QKZDn6z806e7Sv%2Fuploads%2Fgit-blob-c1f152783b19b7edff963f221c9fce0f9a07eddf%2F_on-prem-vdi.png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3549141153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeLm8O7QKZDn6z806e7Sv%2Fuploads%2Fgit-blob-e8ca875194725b7eb59fb81b71ed9e7984948447%2F_cloud-vdi.png?alt=media" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
インストールするコンポーネントによって、システムが収集するメトリクスが異なります。 各インストールシナリオによって提供されるメトリックについては、[desktop-virtualization-nql-capabilities](https://docs.nexthink.com/platform/ja/user-guide/vdi-experience/desktop-virtualization-nql-capabilities "mention")ドキュメントを参照してください。
{% endhint %}

## VDI 展開パスの決定

以下のチャートは、デスクトップブローカー、デスクトップタイプ、および仮想マシン上で Nexthink Collector を展開するために使用される方法に基づいて利用可能な VDI 展開パスを示しています。

{% @mermaid/diagram content="flowchart TD
DB(デスクトップブローカー)

subgraph brokers
direction LR
DB --> MS(Microsoft)
DB --> CTX(Citrix)
DB --> AWS(Amazon AWS)
DB --> OM(Omnissa Horizon)
DB --> OTH(その他)
end

%% Microsoft branch
subgraph ms
direction LR
MS --> RDSH(RDSH)
MS --> AVD(Microsoft AVD)
MS --> W365(Windows 365 CloudPC)

```
end
```

%% Connectors branch
subgraph results
direction LR

```
AVD --> AVD1("Microsoft<br>AVD コネクターをセットアップ")
RDSH --> WX1(基本 Nexthink ライセンス*)
AWS --> AWSDaaS("AWS WorkSpaces<br>DaaS (クラウド) コネクターをセットアップ")
AWS --> AWSapps("AWS WorkSpaces<br>アプリケーション (オンプレミス) コネクターをセットアップ")
CTX --> CVAD("Citrix CVAD<br>(オンプレミス) コネクターをセットアップ")
CTX --> DaaS("Citrix DaaS<br>(クラウド) コネクターをセットアップ")
OM --> OM2("Omnissa Horizon<br>(オンプレミス) コネクターをセットアップ")
OTH --> WX2(基本 Nexthink ライセンス*)
```

end

W365 --> |コネクター不要| VDItype(仮想デスクトップタイプ)
AVD1 --> VDItype(仮想デスクトップタイプ)
AWSDaaS --> VDItype(仮想デスクトップタイプ)
AWSapps --> VDItype(仮想デスクトップタイプ)
CVAD --> VDItype(仮想デスクトップタイプ)
DaaS --> VDItype(仮想デスクトップタイプ)
OM2 --> VDItype(仮想デスクトップタイプ)

subgraph desktop\_type
direction LR
VDItype --> PER("パーソナル<br>(永続)")
VDItype --> POOL("プール<br>(非永続)")
VDItype --> SHA("共有<br>(マルチセッション)")
end

SHA --> DEPL(Collector 導入方法)

%%'Shared' branch
subgraph deployment
direction LR

DEPL --> IMG(イメージベース)
DEPL --> UNATT(無人インストール)
end

subgraph install
direction LR
PER --> REG(UEM または VDI プラットフォーム経由での<br>Collector インストール)
POOL --> REF(参照イメージ経由での<br>Collector インストール)
UNATT --> REG2(UEM または VDI プラットフォーム経由での<br>Collector インストール)
IMG --> REF2(参照イメージ経由での<br>Collector インストール)
end

REG --> EXC(例外)
REF --> EXC(例外)
REG2 --> EXC(例外)
REF2 --> EXC(例外)

EXC --> |なし| DONE(なし)
EXC --> Citrix(Windows 365 上で実行される<br>Citrix)

Citrix --> Force\_Citrix("Citrix コレクションを強制")

Force\_Citrix --> DONE(完了)

%%links
%%click AVD1 "<https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/inbound-connectors/connector-for-microsoft-azure-virtual-desktop>" \_blank
%%click CVAD "<https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/inbound-connectors/connector-for-citrix-virtual-apps-and-desktops>" \_blank
%%click DaaS "<https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/inbound-connectors/connector-for-citrix-daas>" \_blank
%%click OM2 "<https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/vdi-platform-specific-deployment-scenarios/omnissa-horizon-on-prem>" \_blank
%%click REG "<https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows#installingcollectoronwindows-deployingcollectorusingactivedirectorygrouppolicy-1>" \_blank
%%click REG2 "<https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows#installingcollectoronwindows-deployingcollectorusingactivedirectorygrouppolicy-1>" \_blank
%%click REF "<https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows#installingcollectoronwindows-deployingcollectorwithinawindowsreferenceimage>" \_blank
%%click REF2 "<https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows#installingcollectoronwindows-deployingcollectorwithinawindowsreferenceimage>" \_blank
%%click Force\_Citrix "<https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows#windows-installer-mst>" \_blank

%%style
classDef default fill:#d8edff,color:#221F20, stroke:#a8c8ee,stroke-width:2px
classDef nexthink\_blue fill:#1046A8,color:white,stroke-width:0px
classDef nexthink\_blue\_stroke fill:#FFF,color:#1046A8,font-weight: bold,stroke:#1046A8,stroke-width:3px
classDef nexthink\_dark\_blue fill:#011130,color:white, stroke:#1E88E5,stroke-width:0px

classDef nexthink\_dark\_blue\_stroke fill:#545A7A,color:white, stroke:#384065,stroke-width:2px
classDef nexthink\_light\_blue fill:#3194F7,color:white,stroke-width:0px
classDef nexthink\_light\_blue\_stroke fill:#FFF,color:#3194F7,font-weight: bold,stroke:#3194F7,stroke-width:3px
classDef gray fill:gray,color:white,stroke-width:0px
classDef invisible fill:#FFF,color:white,stroke-width:0px
classDef green fill:#00B1A9,color:white,stroke-width:0px
classDef red fill:#FF7461,color:white,stroke-width:0px
classDef subgraph\_ fill:#00000000,color:white,stroke-width:0px
classDef light fill:#DAE3EC,color:#221F20, stroke:#1E88E5,stroke-width:0px

linkStyle default stroke:gray
%%nodes style
class DB nexthink\_dark\_blue\_stroke
class VDItype nexthink\_dark\_blue\_stroke
class EXC nexthink\_dark\_blue\_stroke
class AVD1 nexthink\_light\_blue
class AWSDaaS nexthink\_light\_blue
class AWSapps nexthink\_light\_blue
class CVAD nexthink\_light\_blue
class DaaS nexthink\_light\_blue
class OM2 nexthink\_light\_blue

class WX1 light
class WX2 light

class REG nexthink\_blue
class REG2 nexthink\_blue
class REF nexthink\_light\_blue
class REF2 nexthink\_light\_blue

class NONE gray
class Force\_Citrix nexthink\_light\_blue

%%subgraph style
class brokers subgraph\_
class ms subgraph\_
class results subgraph\_
class desktop\_type subgraph\_
class deployment subgraph\_
class install subgraph\_" fullWidth="true" %}

\*Microsoft リモートデスクトップセッションホスト (RDSH) やこのチャートにない他のデスクトップブローカーについては、Nexthink は基本的な Nexthink ライセンスで利用できる機能、例として **アラートと診断** モジュールの [#additionaldashboards-desktopvirtualization](https://docs.nexthink.com/platform/ja/user-guide/alerts-and-diagnostics/getting-started-with-diagnostics/additional-dashboards#additionaldashboards-desktopvirtualization "mention") などを使用することを推奨します。

## ステップバイステップのデプロイメント手順

このセクションでは、VDI環境でNexthinkコンポーネントをインストールおよび構成するための大まかな順序について説明しています。VDI特有と一般のNexthink設定タスクが含まれています。

Nexthinkは、スムーズで一貫性のあるセットアップのためにこの手順に従うことを推奨し、データが正しく各ノードから次のノードに送信されることを保証します。

VDIプラットフォームに特有の詳細なガイドラインについては、[vdi-platform-specific-deployment-scenarios](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/vdi-platform-specific-deployment-scenarios "mention")ドキュメントに記載されているいずれかのデプロイメントシナリオを参照してください。

{% stepper %}
{% step %}
**VDIプラットフォーム特有のインバウンドコネクタを設定する**

該当する場合は、ご使用のVDIプラットフォーム用の適切なインバウンドコネクタをインストールしてください。

* [AWS AppStream](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/technical-previews/connector-for-aws-appstream.md)
* [AWS WorkSpaces](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/integrations/inbound-connectors/connector-for-aws-workspaces.md)
* [Citrix Virtual Apps and Desktops (CVAD)](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/inbound-connectors/connector-for-citrix-virtual-apps-and-desktops)
* [Citrix DaaS](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/integrating-nexthink-with-third-party-tools/inbound-connectors/connector-for-citrix-daas.md)
* [Microsoft Azure Virtual Desktop (AVD)](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/inbound-connectors/connector-for-microsoft-azure-virtual-desktop)
* [Omnissa Horizon](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/integrating-nexthink-with-third-party-tools/inbound-connectors/connector-for-omnissa-horizon.md)
  {% endstep %}

{% step %}

{% endstep %}

{% step %}
\*\*仮想マシン(VM)用のCollectorを設定する\*\*
{% endstep %}

{% step %}

* 必要に応じて、VM固有のMSTパラメータを含めるために [Nexthink Collector Installer (MST)](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows.md#installingcollectoronwindows-prerequisites-4) を使用してください。
* コレクターのVDIクライアント拡張コンポーネントはデフォルトで含まれています。 {% ステップを終了 %}
  {% endstep %}

{% step %}
**仮想マシン(VM)にCollectorを導入する**

VMへのコレクターのデプロイ方法は、デスクトップの種類によって異なります。

* **永続デスクトップ**: **UEM**または**VDIプラットフォーム固有のツール**を使ってコレクターをデプロイします。
* **非永続デスクトップ**: ゴールデンイメージを準備し、Collectorを**VDIプラットフォーム特有のツール**でデプロイします。
* **共有デスクトップ**: **VDIプラットフォーム固有のツール**を使ってコレクターをデプロイします。

{% hint style="warning" %}
コネクタとVM上のCollectorの両方が設定されたら、Nexthinkに関連するVDIデータが利用可能かを確認するために調査モジュールを使用します。
{% endhint %}
{% endstep %}

{% step %}
**クライアントデバイス用のCollectorを設定する**

[Nexthink Collector Installer (MST)](https://docs.nexthink.com/platform/ja/configuring_nexthink/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows#installingcollectoronwindows-prerequisites-4)や[Windows Installer](https://docs.nexthink.com/platform/ja/configuring_nexthink/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows#installingcollectoronwindows-deployingcollectorusingactivedirectorygrouppolicy)を使用してCollectorを設定します。

* コレクタのVDIクライアントエクステンションコンポーネントはデフォルトで含まれています。
  {% endstep %}

{% step %}
**クライアントデバイスにエンドポイントエージェントを導入する**

* 従業員のデバイスにお好みの方法（UEM、MECM、GPO）を使用して [Nexthink Collectorをデプロイ](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows.md#installingcollectoronwindows-deployingcollectorusingactivedirectorygrouppolicy-1) します。
* オプションとして、コレクタをインストールできないプライベートまたは管理外のデバイスに [VDI クライアントエクステンションを展開](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) します。

{% hint style="info" %}
Citrixを使用している場合、[https://github.com/nexthink/documentation.online-product-documentation/blob/develop/deploying-nexthink-in-non-vdi-environment/installing-collector/windows-collector-references/citrix-virtual-channel-allowlist-configuration.md](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/deploying-nexthink-in-non-vdi-environment/installing-collector/windows-collector-references/citrix-virtual-channel-allowlist-configuration.md "mention") のドキュメントを参照してください。
{% endhint %}

{% hint style="warning" %}
CollectorとVDIクライアント拡張機能が導入された後、Nexthinkに関連するVDIクライアントデータが利用できるかを確認するために調査モジュールを使用します。
{% endhint %}
{% endstep %}

{% step %}
**クライアントデバイスにブラウザ拡張機能を導入する**

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

{% step %}
**ITインフラストラクチャおよびNexthinkライセンスに従って他のインバウンドコネクタを構成する**

エンドポイントエージェントとブラウザ拡張機能からのデータに外部ベンダーからの追加のコンテキストを加えるために、[Microsoft Entra ID](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/inbound-connectors/connector-for-microsoft-entra-id-azure-ad)や[Salesforce](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/inbound-connectors/connector-for-salesforce)など、他の[インバウンドコネクタ](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/inbound-connectors)を構成します。
{% endstep %}
{% endstepper %}

特定の仮想インフラストラクチャに合わせてコンポーネントをインストールおよび構成する方法を理解するには、あなたのVDIプラットフォームに適用されるトピックを読み進めてください：

* [aws-workspaces-applications.md](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/vdi-platform-specific-deployment-scenarios/aws-workspaces-applications)
* [aws-workspaces-daas.md](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/vdi-platform-specific-deployment-scenarios/aws-workspaces-daas)
* [citrix-daas-cloud](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/vdi-platform-specific-deployment-scenarios/citrix-daas-cloud "mention")
* [citrix-cvad-on-prem](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/vdi-platform-specific-deployment-scenarios/citrix-cvad-on-prem "mention")
* [microsoft-avd](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/vdi-platform-specific-deployment-scenarios/microsoft-avd "mention")
* [microsoft-windows-365](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/vdi-platform-specific-deployment-scenarios/microsoft-windows-365 "mention")
* [omnissa-horizon-on-prem](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/vdi-platform-specific-deployment-scenarios/omnissa-horizon-on-prem "mention")
