Get AppInfo
Use this command to retrieve group and category assignments for published apps.
where:
- Group is the user group for which you want to retrieve published Longview Apps, or All for all user groups.
- AppName is the name of the Longview App for which you want to retrieve category assignments, or All for all Longview Apps. You don’t have to include the .lvapp extension in the name.
- GroupAssignmentFile is the name for the ASCII file that is created by the system that contains Longview App user group assignments. If you specify a file name that includes spaces, enclose it in double quotation marks. The group assignment file is created with the following syntax:
AppName{GROUP{Group
- CategoryAssignmentFile is the name for the ASCII file that is created by the system that contains Longview App category assignments. If you specify a file name that includes spaces, enclose it in double quotation marks. The category assignment file is created with the following syntax:
AppName{CATEGORY{Category
Copy
Syntax example
GET APPINFO Administrators All @groups.txt @categories.txt
GET APPINFO All All @"group assignments.txt" @"category assignments.txt"