Bulk deletion of users

ZPAT provides capabilities to perform bulk deletion of the users on your Zmanda Pro Server. This will be highly useful when you have to decommission a group of users in your organization & also if you have to remotely delete the Zmanda Pro Client software without using any MDM tools.

Base requirements

  1. A self-hosted instance of Zmanda Pro Server

  2. At-least one user on your server

  3. The delete-users.csv file in /opt/zmandapro/automations/config configured with the users you want to delete

  4. Admin credentials to access your Zmanda Pro Server

CSV Configurations

Header

Description

1

UserName

string

The user for deletion from your Zmanda Pro server. This is a case-sensitive field.

2

UninstallFlag

bool

Choose whether to Uninstall the Zmanda Pro Client Software from the devices linked to the user that you want to delete.

Specify values as true or false

Command Execution

Refer Common flags here.

/opt/zmandapro/automations/zpat delete-users

Last updated

Was this helpful?