Remove App
Use this command to remove a Longview App from a category. Use separate lines to remove a Longview App from multiple categories.
Syntax
REMOVE APP AppName CATEGORY [Category]
where:
- AppName is the name of the Longview App to be removed from the category. If the Longview App name includes spaces, enclose it in double quotation marks. You don’t have to include the .lvapp extension in the name. Longview App names cannot exceed 100 characters.
- Category is optional and is the name of the category from which the Longview App is removed. If no category is specified, the Longview App is removed from all categories. If the category name includes spaces, enclose it in double quotation marks.
Syntax example
REMOVE APP SampleApp CATEGORY Administrators
Syntax (with an ASCII file)
REMOVE APP @FileName
where:
- FileName is an existing ASCII file containing the categories to which the Longview App is assigned, with the following syntax:
AppName{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 APP @"Sample App Categories.txt"