PEDM Deployment Commands

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

Overview

This section covers all the Keeper Commander commands for managing PEDM agent deployments. Deployments represent agent deployment configurations and provide the tokens needed to install and register PEDM agents on endpoints. These commands allow administrators to create, view, update, and delete deployment configurations.

This section supports the following commands:

Deployment List Command

Deployment Add Command

Deployment Edit Command

Deployment Delete Command

Deployment Download Command

Usage

pedm deployment command [--options] OR pedm d command [--options]

Alias: d


Deployment List Command

View all PEDM deployments with their details including deployment UID, name, status, creation date, and associated agent count. Useful for monitoring and managing multiple deployment configurations across the organisation.

chevron-rightDotNet CLIhashtag

Command: Coming Soon

chevron-rightDotNet SDKhashtag

Function: Coming Soon

chevron-rightPower Commanderhashtag

Command: Coming Soon

chevron-rightPython CLIhashtag

Command: pedm deployment list

Aliases: pedm d l, pedm d list

Flags:

Flag
Description

-v, --verbose

Print detailed information including all agent UIDs

--format

Output format - json, csv, or table

--output

Save output to specified file

Example:

chevron-rightPython SDKhashtag

Function:

Deployment Add Command

Create a new PEDM deployment configuration. This command generates a unique deployment token that can be used to install and register PEDM agents on endpoints. The deployment serves as a logical grouping for agents.

chevron-rightDotNet CLIhashtag

Command: Coming Soon

chevron-rightDotNet SDKhashtag

Function: Coming Soon

chevron-rightPower Commanderhashtag

Command: Coming Soon

chevron-rightPython CLIhashtag

Command: pedm deployment add <name>

Aliases: pedm d a, pedm d add

Parameter:

name - Deployment name (required)

Flags:

Flag
Description

-f, --force

Do not prompt for confirmation

Example:

chevron-rightPython SDKhashtag

Function:

Deployment Edit Command

Modify an existing PEDM deployment's settings such as name or enabled/disabled status. This command allows administrators to update deployment configurations without recreating them.

chevron-rightDotNet CLIhashtag

Command: Coming Soon

chevron-rightDotNet SDKhashtag

Function: Coming Soon

chevron-rightPower Commanderhashtag

Command: Coming Soon

chevron-rightPython CLIhashtag

Command: pedm deployment edit <deployment>

Aliases: pedm d edit

Flags:

Flag
Description

--disable

Enable or disable deployment (choices: on, off)

--name

New deployment name

deployment

Deployment name or UID (required)

Example:

chevron-rightPython SDKhashtag

Function:

Deployment Delete Command

Remove one or more PEDM deployments from the system. This command permanently deletes deployment configurations and should be used with caution, especially when agents are still associated with the deployment.

chevron-rightDotNet CLIhashtag

Command: Coming Soon

chevron-rightDotNet SDKhashtag

Function: Coming Soon

chevron-rightPower Commanderhashtag

Command: Coming Soon

chevron-rightPython CLIhashtag

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

Aliases: pedm d delete

Flags:

Flag
Description

-f, --force

Do not prompt for confirmation

deployment

Deployment name or UID (required, can specify multiple)

Example:

chevron-rightPython SDKhashtag

Function:

Deployment Download Command

Retrieve the deployment token needed for PEDM agent installation. This command can display the token on screen or save it to a file, and optionally show download URLs for agent installation packages for Windows, MacOS, and Linux platforms.

chevron-rightDotNet CLIhashtag

Command: Coming Soon

chevron-rightDotNet SDKhashtag

Function: Not Supported

chevron-rightPower Commanderhashtag

Command: Coming Soon

chevron-rightPython CLIhashtag

Command: pedm deployment download <deployment>

Aliases: pedm d download

Flags:

Flag
Description

--file

Save deployment token to specified file

-v, --verbose

Show package download URLs for all platforms

deployment

Deployment name or UID (required)

Example:

chevron-rightPython SDKhashtag

Function: Not Supported

Last updated

Was this helpful?