PEDM Agent Commands

This page gives information of commands related to perform operations related to PEDM agents

Overview

This section covers all the Keeper Commander commands for managing PEDM agents. Agents are installed on endpoints and communicate with the PEDM system to enforce privilege elevation policies. These commands allow administrators to view agent status, modify agent settings, and manage resource collections associated with agents.

This section supports the following commands:

Usage

pedm agent command [--options] OR pedm a command [--options]

Alias: a


Agent List Command

View all registered PEDM agents with their details including agent UID, machine name, deployment assignment, status, and creation date. Provides an overview of all endpoints with installed PEDM agents.

chevron-rightDotNet CLIhashtag

Command: Coming Soon

chevron-rightDotNet SDKhashtag

Function: Coming Soon

chevron-rightPower Commanderhashtag

Command: Coming Soon

chevron-rightPython CLIhashtag

Command: pedm agent list

Aliases: pedm a l, pedm a list

Flags:

Flag
Description

-v, --verbose

Print verbose information including active status and properties

--format

Output format - json, csv, or table

--output

Save output to specified file

Example:

chevron-rightPython SDKhashtag

Function:

Agent Edit Command

Modify PEDM agent configuration including enabling/disabling agents or moving them between deployments. This command allows administrators to update agent settings without reinstalling the agent on the endpoint.

chevron-rightDotNet CLIhashtag

Command: Coming Soon

chevron-rightDotNet SDKhashtag

Function: Coming Soon

chevron-rightPower Commanderhashtag

Command: Coming Soon

chevron-rightPython CLIhashtag

Command: pedm agent edit <agent> [agent...]

Aliases: pedm a e, pedm a edit

Flags:

Flag
Description

--enable

Enable or disable agents (choices: on, off)

--deployment

Move agent to specified deployment UID

agent

Agent UID (required, can specify multiple)

Example:

chevron-rightPython SDKhashtag

Function:

Agent Delete Command

Remove one or more PEDM agents from the system. This command permanently deletes agent registrations from the PEDM management system but does not uninstall the agent software from endpoints.

chevron-rightDotNet CLIhashtag

Command: Coming Soon

chevron-rightDotNet SDKhashtag

Function: Coming Soon

chevron-rightPower Commanderhashtag

Command: Coming Soon

chevron-rightPython CLIhashtag

Command: pedm agent delete <agent> [agent...]

Aliases: pedm a delete

Flags:

Flag
Description

--force

Do not prompt for confirmation

agent

Agent UID (required, can specify multiple)

Example:

chevron-rightPython SDKhashtag

Function:

Agent Collection Command

View resource collections associated with a specific agent. This command displays all resource types (OS builds, applications, user accounts, etc.) that have been discovered and registered for the agent.

chevron-rightDotNet CLIhashtag

Command: Coming Soon

chevron-rightDotNet SDKhashtag

Function: Coming Soon

chevron-rightPower Commanderhashtag

Command: Coming Soon

chevron-rightPython CLIhashtag

Command: pedm agent collection <agent>

Aliases: pedm a c, pedm a collection

Flags:

Flag
Description

-v, --verbose

Print verbose information including collection values

--type

Filter by collection type (integer)

--format

Output format - json, csv, or table

--output

Save output to specified file

agent

Agent UID (required)

Example:

chevron-rightPython SDKhashtag

Function:

Last updated

Was this helpful?