> 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/enterprise/admin-console/admin-console-17.2.0.md).

# 管理コンソール 17.2.0

## 新機能

* ユーザーフィードバックを収集するため、管理コンソールにNet Promoter Scoreフォームを追加

## 改善

* セキュリティ監査画面のデフォルトの並べ替えを変更し、最高スコアが最初に表示されるようにしました。
* セキュリティ監査画面でユーザーのメールアドレスがユーザー名と共に表示されるようになりました。
* デフォルトのKeeper管理者ロールに対する継承を有効にするための操作を明確にしました。

## バグ修正

* 請求書を表示する際に白い画面が表示される不具合を修正
* ライセンスの追加用ボタンのクリック領域が大きすぎる不具合を修正
* 試用ユーザーに対して誤ったマスターパスワード強度が表示される不具合を修正
* サブスクリプションマネージャーロールが管理権限を変更できてしまう不具合を修正
* リスク管理ダッシュボードでライセンス数が少ない場合に誤ったテストが表示される不具合を修正
* セキュリティ監査画面でのテーブルヘッダの整列を修正
* 新規ユーザー追加時に必須フィールドが入力されていないときに空のエラーメッセージが表示される不具合を修正
* ユーザーの状態が複数行にわたる場合、ユーザータブの間隔を修正
* ユーザーがいるロールを削除しようとした際に空白のモーダルが表示される不具合を修正
* ARAMアラートの発生回数が誤って表示される不具合を修正
* 同じ名前のチームやロールを複数作成できてしまう不具合を修正
* 無料トライアル中にユーザーの状態が正しく更新されない不具合を修正


---

# 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/enterprise/admin-console/admin-console-17.2.0.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.
