35. Data Export Tool
C:\Program Files (x86)\OVERLAPS\export.exe
The Export Tool can be used to export specific data for auditing or reporting purposes.
The tool can export in three formats:
- CSV - For importing into spreadsheet software such as Microsoft Excel.
- JSON – Creates a report in JSON format.
- XML – Generates a report in XML format.
35.1 Command Line Arguments
35.1.1 Arguments
To get help, you can instead pass the argument “/help” or “/?” to see more information.
| Argument | Description |
|---|---|
| /export <permissions or selfservice> | Specify which data to export. Currently only Container Permissions ("permissions") and Self-Service Users ("selfservice") are supported. |
| /out <filename> | Path and filename to write the report to. |
| /format <csv, json or xml> | Output format. |