# Commander 17.2.12

Release Notes — v17.2.11 (April 1, 2026)

New Features

* Atlassian Onboarding: Added AD user creation via Gateway with support for username templates.
* Domain Alias Commands — New commands for managing domain aliases.
* KEPM Report Value Command — Added `report value` command for KEPM.
* PAM Launch "Connect As" — Added "Connect As" options to pam launch, allowing additional records to provide credentials and host:port ([#1871](https://github.com/Keeper-Security/Commander/pull/1871)).
* PAM Launch Key-Event Input — Added key-event input support in pam launch for session recording ([#1900](https://github.com/Keeper-Security/Commander/pull/1900)).
* PAM Tunnel Diagnose Enhancements — Extended pam tunnel diagnose with full gateway readiness testing ([#1885](https://github.com/Keeper-Security/Commander/pull/1885)).
* Share Folder Enhancements — Added path, userId, and expiration date fields to the share folder command ([#1893](https://github.com/Keeper-Security/Commander/pull/1893)).

Improvements

* Share Report & Security Audit Report — Updates to share-report and security-audit-report commands ([#1896](https://github.com/Keeper-Security/Commander/pull/1896)).
* Secrets Folder Matching — Folders are now matched by name at any depth, reusing their IDs for secrets lookup.
* PAM Launch SSH Key Lookup — Improved lookup for launch credentials with SSH keys only ([#1886](https://github.com/Keeper-Security/Commander/pull/1886)).
* Decreased WebRTC Log Verbosity — Reduced log noise from keeper-pam-webrtc-rs during terminal sessions ([#1879](https://github.com/Keeper-Security/Commander/pull/1879)).
* Updated DAG & Discovery Modules — Updated keeper\_dag and discovery\_common modules.

Bug Fixes

* PEDM Policy Filters — `policy add` command now creates all filters.
* V2 Record Restriction — New clients are prevented from editing or adding v2 records.
* PAM Launch Fixes — Fixed double newlines on some terminals (Linux, macOS), improved handling of non-terminal protocols ([#1870](https://github.com/Keeper-Security/Commander/pull/1870)).
* Launch Credential Update — Fixed launch credential not updating on repeated edit of launch-user ([#1884](https://github.com/Keeper-Security/Commander/pull/1884)).
* PAM Launch Port Override — Fixed connection port override for pamHostname ([#1881](https://github.com/Keeper-Security/Commander/pull/1881)).
* Security Audit Logic — Fixed needs\_security\_audit logic.
* Duplicate Warnings — Fixed duplicate warnings in msp-add and en add.
* Two-Factor Duration Display — Fixed enforcement display to show single value instead of cumulative list.
* EPM Bugfixes
* Service Mode JSON — Fixed JSON handling in service mode ([#1882](https://github.com/Keeper-Security/Commander/pull/1882)).
* Broken Import — Fixed broken import after refactoring ([#1888](https://github.com/Keeper-Security/Commander/pull/1888)).


---

# 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/developer-tools/commander/commander-17.2.12.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.
