Endpoint Privilege Manager Commands

Commands that control Keeper Endpoint Privilege Manager (PEDM) capabilities

Overview

Endpoint Privilege Manager is an advanced Privileged Elevation and Delegation Management (PEDM) solution that provides secure, just-in-time elevated privileges across your IT environments.

The PEDM commands make use of a local SQLite file that is generated in the user's configuration folder, such as ~/.keeper/keeper_db.sqlite. This database is used to cache all of the retrieved information across endpoints.

pedm Command

command: pedm

Detail: Manage Keeper Endpoint Privilege Manager deployments, agents, policies, collections and approvals.

My Vault> pedm -h                                                       
pedm command [--options]

Command     Description
----------  ------------------------------------
sync-down   Sync down PEDM data from the backend
deployment  Manage PEDM deployments 
agent       Manage PEDM agents
policy      Manage PEDM policies
collection  Manage PEDM collections 
scim        Sync PEDM user/group collections from AD or AzureAD
approval    Manage PEDM requests and approvals

Sub Commands


Sub-Command: sync-down

Detail: Sync down PEDM data from the backend


Sub-Command: deployment

Detail: Manage PEDM deployments

list

add

edit

delete

download


Sub-Command: agent

Detail: Manage PEDM agents

list

edit

delete

collection


Sub-Command: policy

Detail: Manage PEDM policies

list

add

edit

view

agents

assign

delete


Sub-Command: collection

Detail: Manage PEDM collections

list

view

add

update

delete

disconnect

wipe-out


Sub-Command: approval

Detail: Manage PEDM requests and approvals

list

Get the current list of outstanding approvals

action

Perform an action on a request, such as approving, removing or denying the request.

Sub-Command: scim

Detail: Sync PEDM user/group collections from AD or AzureAD

Azure AD connection parameters

Azure Client ID -> Login

Azure Client Secret -> Password

"Azure Tenant ID" -> Custom field

Active Directory connection parameters

AD User -> Login

AD User Password -> Password

AD URL -> Website Address

NetBIOS Domain -> Custom field (TRUE use NetBIOS domain name)

Last updated

Was this helpful?