For the complete documentation index, see llms.txt. This page is also available as Markdown.

KEPM Commands

This page gives description of Keeper Endpoint Privilege Manager Commands and their parameters and arguments

Overview

This section lists all the commands in Keeper's Commander (CLI) that are related to Keeper Endpoint Privilege Manager (KEPM). These commands provide administrators with powerful tools to manage privilege elevation policies, agents, deployments, and audit reporting. The commands cover creating, viewing, editing, organiing and managing KEPM entities and compliance monitoring.

The following commands are currently supported by SDK:


KEPM Sync Command

Synchronises KEPM data from the backend server to the local cache. This command ensures that local data is up-to-date with the server, supporting both incremental and full synchronization modes.

DotNet CLI

Command: epm-sync-down

Alias: epm-sync

Parameter:

Parameter
Description

-r, --reload

Perform a full sync instead of incremental. Clears the stored continuation token and re-downloads all EPM data.

Example:

DotNet SDK

Function:

Power Commander

Command: Sync-KeeperEpm

Alias: kepm-sync

Parameters:

Parameter
Description

-Reload

Perform a full sync instead of incremental. Clears the stored continuation token and re-downloads all EPM data (deployments, agents, policies, collections, approvals)

Examples:

Python SDK

Function: PedmPlugin.sync_down

Last updated