# Commander v16.9.20

Find the release on GitHub: <https://github.com/Keeper-Security/Commander/releases/tag/v16.9.20>

## Improvements

* [`share-report`](/en/keeperpam/commander-cli/command-reference/reporting-commands.md#share-report-command) - now shows all users in "Shared With" column with switch `--show-team-users`
  * Note: must be used in combination with switch `-o`
* [`enterprise-role`](/en/keeperpam/commander-cli/command-reference/enterprise-management-commands.md#enterprise-role-command) - now supports setting enforcement policy from file
* [`download-membership`](/en/keeperpam/commander-cli/command-reference/import-and-export-commands.md#download-membership-command) - now has the option to exclude team's membership with switch `--folders-only` or `-fo`
* [`audit-report`](/en/keeperpam/commander-cli/command-reference/reporting-commands.md#audit-report-command)
  * now disables additional data retrieval by default
  * additional record data can be retrieved with switch `--max-record-details`

## Bug Fixes

* [`security-audit-report`](/en/keeperpam/commander-cli/command-reference/reporting-commands.md#security-audit-report-command) - resolve issue where emails and usernames are not displaying properly when command is ran for multiple MSP / managed-company within the same session.
* Other minor bug fixes and improvements


---

# 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://newdocs.keeper.io/en/release-notes/developer-tools/commander/older/commander-v16.9.20.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.
