# コマンダー 17.2.9

Keeperコマンダーv17.2.9リリース

## **新機能**

* Microsoft Teams連携向けに `teams-app-setup` コマンドを実装。
* `pam project import` および `pam project extend` コマンドに `launch_credentials` を追加。
* PAMインポートツールにKubernetes設定生成機能を追加。
* PAMインポート用のサンプル生成スクリプトを追加。

## **改善点**

* POSIXに準拠したパイプを使う際、標準出力 (`stdout)` と標準エラー出力 (`stderr)` が意図どおりに分離されるよう修正。
* `keeper_pam_webrtc_rs` を >= 2.0.1にアップグレード。

## **バグ修正**

* バッチモードで不要な「Successfully authenticated with Persistent Login (永続ログインによる認証成功)」メッセージを非表示化。
* 行内容が同一の場合にパスワード有効期限 (aging) 列が誤ったレコードへ関連付けられる不具合を修正。
* フィルタ付きコンプライアンスクエリ実行時に、不要な全エンタープライズ同期が発生しないよう、同期状態判定の範囲を修正。
* MSPノードの解決処理と、ポリシー設定のJSON出力を修正。

**変更履歴は**[**こちら**](https://github.com/Keeper-Security/Commander/compare/v17.2.8...v17.2.9)**をご参照ください。**


---

# 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/release-notes/jp/developer-tools/commander/commander-17.2.9.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.
