> 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/installing-collector/installing-collector-on-windows/obtaining-collector.md).

# Collectorを取得する

## Collector のダウンロード

Nexthink Collector は、Nexthink プラットフォームから直接利用できます。 **Administration > Collector management > Downloads** にある [コレクタ管理](/platform/ja/user-guide/administration/system-configuration/collector-management.md) ダッシュボードから Windows Collector の ZIP ファイルをダウンロードします。

## Windows Collector ZIP ファイルの内容

`collector-<version>.zip` ファイルには次のフォルダーとファイルが含まれています:

```csharp
collector-<version>.zip
├── arm64/
│   └── signed/
│       └── NEXThink_Collector.msi
├── Installer/
│   └── Collector/
│       ├── Nexthink_Collector_Installer.exe
│       └── Nexthink_Collector_Installer_Silent.exe
├── x64/
│   └── signed/
│       └── NEXThink_Collector.msi
├── sha256s.txt
└── versions.txt
```

ZIP ファイルには次のインストーラー ファイルが含まれています:

* **Installer**: Nexthink Collector Installer が含まれています。これは、グラフィカル インターフェイスを使用してインストールパラメーターを設定する実行ファイルです:
  * `Installer\Collector\Nexthink_Collector_Installer.exe`: メインのインストーラーです。
  * `Installer\Collector\Nexthink_Collector_Installer_Silent.exe`: 同じインストーラーのサイレント版です。
* **arm64** と **x64**: Nexthink Collector 用の Windows インストーラー (MSI) が含まれており、設定には別途 MST ファイルが必要です:
  * `NEXThink_Collector.msi`: ARM64 と x64 の CPU アーキテクチャ向けに個別のバージョンがあります。

## インストーラー ファイルの選択

展開方法に基づいてインストーラー ファイルの種類を選択します:

| 展開方法                                                               |               Nexthink Collector Installer              |                  Windows インストーラー (MSI)                  |
| ------------------------------------------------------------------ | :-----------------------------------------------------: | :-----------------------------------------------------: |
| <p>Microsoft Configuration Manager</p><p>(SCCM/MECM/ConfigMgr)</p> | <i class="fa-check" style="color:$success;">:check:</i> |      <i class="fa-x" style="color:$danger;">:x:</i>     |
| <p>Active Directory グループ ポリシー</p><p>(GPO)</p>                      |      <i class="fa-x" style="color:$danger;">:x:</i>     | <i class="fa-check" style="color:$success;">:check:</i> |
| <p>統合エンドポイント管理</p><p>(Microsoft Intune)</p>                        | <i class="fa-check" style="color:$success;">:check:</i> | <i class="fa-check" style="color:$success;">:check:</i> |

{% hint style="warning" %}
デバイスが ARM64 CPU を搭載している場合は、Windows インストーラー (MSI) を使用する必要があります。 Nexthink Collector Installer は x64 CPU アーキテクチャのみをサポートしています。
{% endhint %}


---

# 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/installing-collector/installing-collector-on-windows/obtaining-collector.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.
