Use the Delete Group Class tool to delete a group class and its tables from the SMS site database. For information about how to obtain the correct group class syntax to use with this tool, see “Using Delete Group Class.”
Processors: i386, Alpha
Operating systems: Windows NT 4.0
In order for the Delete Group Class tool to run correctly, you must install this tool on an SMS primary site server.
DelGrp.exe
delgrp “group”
Before you can use the Delete Group Class tool, you must first obtain the proper name of the group that you want to delete. You can obtain a list of group classes by running the following query in SQL:
select GroupClass from GroupMap
When you have retrieved the proper group class name, you can use this tool to delete it. For example:
c:\winnt\profiles\administrator\desktop\newfolder\delgrp.exe "MICROSOFT|WORKSTATION_STATUS|1.0"
If you do not encase the group class name within double quotation marks, the tool will misinterpret the group class name and return an error.