> 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/release-notes/jp/developer-tools/commander/commander-18.1.4.md).

# コマンダー 18.1.4

2026年9月2日リリース

### 主な変更点

* CyberArkクラシックインポートを改善し、アカウントメタデータの保持を強化するとともに、パスワード取得のスキップ処理の堅牢性を高めました。
* COM、DCOM、COM+、SCOMに対応したPAMサービス管理機能を追加しました。
* PAMワークフロー全体および対象共有フォルダの検出において、階層型共有フォルダ (NSF) のサポートを改善しました。

### 機能強化

* `list-sf --roe-eligible` で、対象となる階層型共有フォルダ (NSF) が含まれるようになり、各結果が `Classic` または `Nested` として識別されるようになりました。
* CyberArkのインポートで、`--skip` によりチーム、ロール、ユーザーの処理を選択的にスキップできるようになりました。
* PAMのサービス一覧で、個々のサービスエントリがテキスト出力で正しく表示されるようになりました。
* サービスモードでは、初回の共有招待を成功として扱うようになり、オートメーションの信頼性が向上しました。

### 修正

* `pam tunnel edit`、`pam connection edit` などの更新後に、NSFを利用するPAMレコードのフィールドが元に戻ってしまう不具合を修正。
* `ls` でのNSFレコード読み込みに関する不具合を修正。
* SCIM操作時にActive Directoryのバインディングが重複する不具合を修正。

### セキュリティ

* サービスモードで、ローカルファイルのインポート/エクスポートやパスを指定するコマンド引数を含む、ホストのファイルシステムパスへのアクセスをブロックするようになりました。
* SailPoint連携をドキュメントに記載された機能に限定しました。`enterprise-role`/`er`、レコード所有権の移転、および一部のエンタープライズユーザー操作は、SailPointのサービスモード連携経由では実行できなくなりました。

### 参考情報

* [KeeperコマンダーCLIに関するドキュメント](/keeperpam/jp/commander-cli/overview.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.keeper.io/release-notes/jp/developer-tools/commander/commander-18.1.4.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.
