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

# Admin Console 17.10.3

## Overview

Admin Console 17.10.3 improves Master Password strength grading, adds Keeper EPM workload support, and includes fixes for KeeperPAM NHI and general UI stability.

## New Features

### Improved Master Password Grading Algorithm

* **EM-8533:** The Admin Console now uses an upgraded algorithm to evaluate Master Password strength, providing more accurate and consistent password grading for enterprise users.

## Keeper EPM — Workload Support

<figure><img src="/files/uuHHB9a7yjBhGrqgwvYr" alt=""><figcaption><p>Keeper Endpoint Privilege Manager Workload Support</p></figcaption></figure>

* **EM-8885:** "Events" has been renamed to "Workloads" throughout the EPM section to align with updated product terminology.
* **EM-8894:** The Subscriptions tab now displays EPM Workload tier information, allowing administrators to view their current tier and usage.
* **EM-8895:** The EPM Dashboard now surfaces Workload data, giving administrators visibility into active workload counts directly from the dashboard.
* **EM-8898:** The Notification Center now includes alerts for EPM Workload tier upgrades, notifying administrators when usage approaches or exceeds their current tier.
* **EM-8925:** Added an EPM Upgrade Tier checkout modal, enabling administrators to upgrade their Workload tier directly from within the Admin Console.

## Bug Fixes

* **EM-8984:** Fixed incorrect or missing information appearing across multiple screens following a recent update.
* **EM-9007:** Fixed incorrect billing cycle dates being displayed on the KeeperPAM NHI Dashboard.


---

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