# RDP

{% hint style="success" %}
特権セッション、セッションレコード、その他の高度な機能に対応した完全なリモート接続管理ツールをお探しでしたら、新製品の**Keeperコネクションマネージャー (KCM)** を推奨します。

KCMはエージェントレスのリモートデスクトップゲートウェイで、ウェブブラウザを使用して、RDP、SSH、データベース、Kubernetesエンドポイントに安全かつ簡単にアクセスできます。

詳細:

[**製品ホームページ**](https://www.keepersecurity.com/connection-manager.html)

[**製品資料**](https://docs.keeper.io/keeper-connection-manager/jp/)
{% endhint %}

### RDPコマンド

Keeperコマンダーでは、Keeperボルトのレコードに保存されたコンテンツとメタデータを利用してRDP接続を確立できます。接続を確立するには`rdp`コマンドを使用します。その際、RDP接続の詳細情報を格納するレコードをコマンドに渡します。

**コマンド:** `rdp`

**詳細:** リモートWindowsサーバーへのRDP接続を確立します。このコマンドは、コマンダーを実行しているWindowsマシンでのみ使用できます。

**パラメータ:**

レコードUIDまたはレコードへのパス

{% hint style="info" %}
RDPコマンドは、Windowsマシンの「Server」タイプのレコードと互換性があります。
{% endhint %}

`rdp`コマンドにレコードが指定されていない場合は、ボルト内で該当するすべてのレコードが一覧表示されます。

### 例

接続を確立

```
rdp xwwCv4W3dJqYa22qMdykYw
```

該当のレコードを参照

{% code overflow="wrap" %}

```
My Vault> rdp
  #  Record UID              Type               Title                     Description
---  ----------------------  -----------------  ------------------------  ------------------------------
  1  xwwCv4W3dJqYa22qMdykYw  serverCredentials  RDP Connection            My_RDP_Login @ 10.0.161.7:3389
```

{% endcode %}


---

# Agent Instructions: 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.keeper.io/keeperpam/jp/commander-cli/command-reference/connection-commands/rdp.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.
