Delete Group
Use this command to delete a user group.
Syntax regular
DELETE GROUP GroupName
where:
- GroupName is the name of the user group to delete.
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
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"
Syntax example
MAINTENANCE ON
DELETE GROUP @groups.txt
MAINTENANCE OFF