Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Delete Group

Use this command to delete a user group.

Copy

Syntax regular

DELETE GROUP GroupName                                

where:

  • GroupName is the name of the user group to delete.
Copy

Syntax example

DELETE GROUP Administrators        

Creating an ASCII input file

To delete multiple user groups, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information for each user group:

GroupName

Copy

Syntax (with an ASCII file)

DELETE GROUP @FileName                                        

where:

  • FileName is an ASCII file containing the data. It can include a complete or a partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:

    @"C:\My Documents\My Data.txt"

Copy

Syntax example

MAINTENANCE ON
DELETE GROUP @groups.txt
MAINTENANCE OFF                                                        

Published:

Delete Group

Use this command to delete a user group.

Copy

Syntax regular

DELETE GROUP GroupName                                

where:

  • GroupName is the name of the user group to delete.
Copy

Syntax example

DELETE GROUP Administrators        

Creating an ASCII input file

To delete multiple user groups, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information for each user group:

GroupName

Copy

Syntax (with an ASCII file)

DELETE GROUP @FileName                                        

where:

  • FileName is an ASCII file containing the data. It can include a complete or a partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:

    @"C:\My Documents\My Data.txt"

Copy

Syntax example

MAINTENANCE ON
DELETE GROUP @groups.txt
MAINTENANCE OFF                                                        

For an optimal Community experience, Please view on Desktop