uxconsole -db -del Delete Active Directory Users and Groups

Valid on UNIX
capamsc141
Valid on UNIX
Use this command to delete users and groups from the Active Directory.
This command has the following format:
uxconsole -db -del table item
  • table [
    item
    ]
    Deletes the content of the specified table and items.
    If you do not specify the table name, this command displays all the supported tables. The supported tables are: pw (table with user attributes); gr (table with group attributes)
Example: Delete all Active Directory users stored in cache
The following example shows how to delete all Active Directory users who are stored in the endpoint cache:
./uxconsole -db -del pw
Example: Delete all Active Directory groups stored in cache
The following example shows how to delete all Active Directory groups that are stored in the endpoint cache:
./uxconsole -db -del gr