> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/keeperpam/jp/commander-cli/command-reference/connection-commands/rdp.md).

# RDP

{% hint style="info" %}
特権セッションやセッション記録などの高度な機能を、ゼロトラストのクラウド接続で利用する場合は、[KeeperPAM](/keeperpam/jp/readme.md)の利用が適しています。

コマンダーで説明しているRDPコマンドは、クラウドを介さず、対象サーバーへ直接接続するRDP方式です。
{% 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
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.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.
