Remove ProcessMap
Use this command to remove a Longview Process Map from a category. Use separate lines to remove a Longview Process Map from multiple categories.
Syntax:
REMOVE PROCESSMAP ProcessID CATEGORY [Category]
where:
- ProcessID is the ID of the Longview Process Map to be removed from the category. If the Longview Process Map name includes spaces, enclose it in double quotation marks. Longview Process Map IDs cannot exceed 100 characters.
- Category is optional and is the name of the category from which the Longview Process Map is removed. If no category is specified, the Longview Process Map is removed from all categories. If the category name includes spaces, enclose it in double quotation marks.
Syntax example:
REMOVE PROCESSMAP SampleProcessMap CATEGORY Administrators
Syntax (with an ASCII file):
REMOVE PROCESSMAP @FileName
where:
- FileName is an existing ASCII file containing the categories to which the Longview Process Map is assigned, with the following syntax:
ProcessID{CATEGORY{Category
If the file is in the working folder, you don’t need to specify the drive or path. If the file name includes spaces, enclose it in double quotation marks.
Syntax example:
REMOVE PROCESSMAP @"Sample Process Categories.txt"