Delete Group Class Tool (DelGrp.exe)

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.”

Delete Group Class Runs On

Processors: i386, Alpha
Operating systems: Windows NT 4.0

Installing Delete Group Class

In order for the Delete Group Class tool to run correctly, you must install this tool on an SMS primary site server.

Files Required for Delete Group Class

DelGrp.exe

Delete Group Class Syntax

delgrpgroup

group
The name of the group class to delete. The name must be encased within double quotation marks.

Using Delete Group Class

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.


Note   This tool will delete the group table and its contents from the SMS site database.