> 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.10.3.md).

# 管理コンソール 17.10.3

## 概要 <a href="#overview" id="overview"></a>

管理コンソール 17.10.3では、マスターパスワードの強度評価を改善し、Keeper EPMのワークロード対応を追加したほか、KeeperPAM NHIおよび一般的なUIの安定性に関する不具合を修正しています。

## 新機能 <a href="#new-features" id="new-features"></a>

### マスターパスワード評価アルゴリズムの改善 <a href="#improved-master-password-grading-algorithm" id="improved-master-password-grading-algorithm"></a>

* **EM-8533:** 管理コンソールでマスターパスワードの強度評価にアップグレードされたアルゴリズムを採用。エンタープライズユーザー向けに、より正確で一貫したパスワード評価が可能。

## Keeper EPMのワークロード対応 <a href="#keeper-epm-workload-support" id="keeper-epm-workload-support"></a>

<figure><img src="/files/vkmugcSFMzf5B2MYFhXl" alt=""><figcaption><p>Keeperエンドポイント特権マネージャーのワークロード対応</p></figcaption></figure>

* **EM-8885:** EPMセクション全体で**イベント**を**ワークロード**に名称変更し、最新の製品用語に統一。
* **EM-8894:** **サブスクリプション** タブにEPMワークロードのティア情報を表示。現在のティアと利用状況を確認可能。
* **EM-8895:** EPMダッシュボードにワークロードデータを表示。アクティブなワークロード数をダッシュボードから直接確認可能。
* **EM-8898:** 通知センターにEPMワークロードのティアアップグレードに関するアラートを追加。利用量が現在のティアに近づいた場合や超過した場合に管理者へ通知。
* **EM-8925:** EPMのティアアップグレード用チェックアウトモーダルを追加。管理コンソール内からワークロードティアを直接アップグレード可能。

## バグ修正 <a href="#bug-fixes" id="bug-fixes"></a>

* **EM-8984:** 最近の更新後、複数の画面で情報の欠落や誤表示が発生する不具合を修正。
* **EM-9007:** KeeperPAM NHIダッシュボードに誤った請求サイクル日が表示される不具合を修正。


---

# 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.10.3.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.
