Get EffectiveAuthorization
Use this command to retrieve the effective authorizations assigned to users and groups in the system.
The command creates a CSV file containing the following columns: User Name, Group Name, Authorization Name, Authorization Description, and Restricted to Group. The output reflects the resolved authorizations for each user and group combination. Users who do not belong to a group or the group specified are not included in the output.
Syntax:
GET EFFECTIVEAUTHORIZATION UserName|All GroupName|All TO FileName
where:
- UserName is the user name or All for all users.
- Group is the group name or All for all groups.
- FileName is the name for the created file, containing the effective authorization information in comma delimited format (CSV). It can include a complete or partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks. For example “C:\My Documents\Authorizations.csv”
Syntax example:
GET EFFECTIVEAUTHORIZATION "JohnDoe" "Analyst" TO "EffectiveResult.csv"