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.
Python CLI
Command: pedm agent list
Aliases: pedm a l, pedm a list
Flags:
-v, --verbose
Print verbose information including active status and properties
--format
Output format - json, csv, or table
--output
Save output to specified file
Example:
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.
Python CLI
Command: pedm agent edit <agent> [agent...]
Aliases: pedm a e, pedm a edit
Flags:
--enable
Enable or disable agents (choices: on, off)
--deployment
Move agent to specified deployment UID
agent
Agent UID (required, can specify multiple)
Example:
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.
Python CLI
Command: pedm agent delete <agent> [agent...]
Aliases: pedm a delete
Flags:
--force
Do not prompt for confirmation
agent
Agent UID (required, can specify multiple)
Example:
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.
Python CLI
Command: pedm agent collection <agent>
Aliases: pedm a c, pedm a collection
Flags:
-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:
Last updated
Was this helpful?

