# コマンダーの概要

![](/files/2IbUBVZcv2lcAtRMKvUr)

## Keeperコマンダーとは

Keeperコマンダーは、[Keeper Securityプラットフォーム](https://keepersecurity.com/)に対するコマンドラインおよびSDKのインターフェースです。コマンダーは、Keeperボルトへのアクセスと制御、管理機能 (エンドユーザーのオンボーディングやデータのインポート/エクスポートなど) の実行、特権アクセスの管理、レポートの実行、カスタム自動化処理の作成に使用できます。Keeperコマンダーはオープンソースのプロジェクトで、Keeperのエンジニアリングチームとパートナーが貢献しています。

サポートが必要な場合や、コマンダーでまだサポートされていない機能が必要でしたら、Githubリポジトリで[チケットを作成](https://github.com/Keeper-Security/Commander/issues)するか、[サポートチケットを作成](https://keepersecurity.servicenowservices.com/csm?id=csm_index)してください。

<figure><img src="/files/PAdN35oasBOG2TsizEU2" alt=""><figcaption></figcaption></figure>

### 活用事例

* コマンドラインインターフェースからのKeeperボルトへのアクセス
* ボルトのレコードの一括インポート/エクスポートの実行
* レコード、フォルダ、共有フォルダの管理
* 自動的に無効化されるパスワードを生成
* 組み込みのメールプロバイダを通じてワンタイム共有リンクをメールで送信
* バックエンドシステムへの統合のカスタマイズ
* Slack、Jira、ServiceNow、SailPointなどと連携し、承認とワークフローを自動化
* パスワードの有効期限チェックやその他の管理レポートを実行
* 新しいエンタープライズユーザーアカウントと共有フォルダのプロビジョニング
* ノード、ロール、チーム、ユーザーの管理
* サービスアカウントやその他のKeeperPAMの管理対象のパスワードをローテーション
* Keeperの既存のバックエンドシステムへの統合
* コマンドのスケジュール実行と自動化
* SSHやRDPなど、リモート接続の開始
* マスターパスワード、MFA、SSO、またはパスキーによる生体認証で認証

KeeperボルトのUIおよび管理コンソールで実行できるすべての操作は、コマンダーCLIで実行できます。高度なレポート作成などの高度な機能と自動化機能は、CLIとSDKを通してのみ利用できます。


---

# 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/overview.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.
