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

# Admin Console 17.1.0

{% hint style="success" %}
Get started by setting up your KeeperPAM sandbox! Visit [here](/keeperpam/privileged-access-manager/quick-start-sandbox.md) to begin.
{% endhint %}

KeeperPAM is now available for all customers.

For more information on KeeperPAM, visit the following:

* [Website](https://www.keepersecurity.com/privileged-access-management/)
* [KeeperPAM Documentation](/keeperpam/readme.md)

### Features

* [**Optimized Password Rotation**](/keeperpam/privileged-access-manager/password-rotation/rotation-overview.md) - manage all rotations directly from the Vault UI
* [**Connections**](/keeperpam/privileged-access-manager/connections.md) **-** instantly and securely access assets within their target infrastructure
* [**Tunnels**](/keeperpam/privileged-access-manager/tunnels.md) - use native apps for establishing remote access
* [**Remote Browser Isolation**](/keeperpam/privileged-access-manager/remote-browser-isolation.md) - protect web-based apps
* [**Session Recordings and Playback**](/keeperpam/privileged-access-manager/session-recording-and-playback.md) - monitor usage for all privileged sessions
* [**Discovery**](/keeperpam/privileged-access-manager/discovery.md) - discover and onboard resources and accounts into Keeper
* [**Endpoint Privilege Manager**](/keeperpam/endpoint-privilege-manager/overview.md) - controlling privilege across your fleet of devices
* [**PAM Enforcement Policies (RBAC)**](/keeperpam/privileged-access-manager/getting-started/enforcement-policies.md) **-** PAM enforcement policies to enable and configure PAM feature permissions

### Improvements

* Additional 2FA Options: 12 hours and 24 hours

### Bug Fixes

* Resolved issue where changing email is causing active user to be logged out
* Resolved issue where certain Secrets Manager fields are not showing on the ARAM tab
* Resolved issue where default password policy was set to 8 instead of 20
* Resolved issue with Azure Sentinel SIEM integration
* Other minor fixes and improvements


---

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