> 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/user-guide/remote-actions/using-remote-actions.md).

# リモートアクションを操作する

リモートアクションを使い始めるには:

* 次の［主要なリモートアクションの概念］(./#key-remote-actions-concepts)を確認してください。
* 以下のガイドを参照してください:
  * [リモートアクションを実行する](/platform/ja/user-guide/remote-actions/using-remote-actions/executing-remote-actions.md)
  * [リモートアクションの実行統計を監視する](/platform/ja/user-guide/remote-actions/using-remote-actions/monitoring-remote-actions-execution-statistics.md)
  * [特定のリモートアクション実行を監視する](/platform/ja/user-guide/remote-actions/using-remote-actions/monitoring-specific-remote-action-executions.md)

## 主要なリモートアクションの概念

Nexthink リモートアクションを使用すると、従業員デバイス上で小規模なスクリプトを実行できます。 リモートアクションを使うと、従業員が直面する問題の予防と解決、また Collector を実行しているエンドポイントから追加情報を収集するための多くの機会が得られます。

### リモートアクションの対象と目的

リモートアクション管理者は、想定されるユースケースに基づいて各リモートアクションの対象と目的を定義します。

* **対象**: リモートアクションは **デバイス**、**VDI セッション**、またはその両方を対象にできます。 例えば、デバイスを対象としたアクションではハードウェア情報の収集やメモリ問題の修復ができ、VDI を対象としたアクションではサーバーのステータス情報の収集やセッションのログオフが可能です。
  * 選択した対象によって、リモートアクションが使用されるコンテキストや他の Nexthink 機能との連携方法が決まります。

{% hint style="warning" %}
**VDI セッションでリモートアクションを実行するには** [Nexthink VDI Experience](/platform/ja/user-guide/vdi-experience.md) が必要です。
{% endhint %}

* **目的**: リモートアクションは **データ収集**、**修復**、またはその両方を目的として設計できます。 データ収集アクションは対象デバイスまたはセッションから情報を収集し、修復アクションは変更や是正処理を実行します。 この分類により、ダッシュボード内でリモートアクションを整理し識別することが容易になります。

### リモートアクションの実行方法

リモートアクションは次のいずれかの方法でトリガーできます:

* **手動:** Nexthink の Web インターフェイスを通じてユーザーが直接トリガーします。
* **スケジュール:** 定義されたターゲティングとタイミングルールに基づき自動的に実行されます。
* **API**: API 呼び出しによってトリガーされます。
* **ワークフロー**: ワークフローの実行中にトリガーされます。
* **Spark**: Spark によってトリガーされ、従業員の承認後に自動的に情報を収集したり問題を修復したりします。

詳細については、[リモートアクションを実行する](/platform/ja/user-guide/remote-actions/using-remote-actions/executing-remote-actions.md) を参照してください。

### リモートアクションのダッシュボード

高度なリモートアクションダッシュボードを使用して、組織全体でのリモートアクションの成功状況を簡単に把握できます。

詳細については、[リモートアクションの実行統計を監視する](/platform/ja/user-guide/remote-actions/using-remote-actions/monitoring-remote-actions-execution-statistics.md) および [特定のリモートアクション実行を監視する](/platform/ja/user-guide/remote-actions/using-remote-actions/monitoring-specific-remote-action-executions.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/user-guide/remote-actions/using-remote-actions.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.
