Exporting Reports
Export the user list
- Open the Users page.
- Apply any filters you want to narrow the export (status, OU, search term). The export includes only the rows visible in the current filtered view.
- Click the Export button (download icon, top-right of the user list).
- Choose Export as CSV.
- Pick a save location in the file dialog and click Save.
Columns included
| Column | Description |
|---|---|
| SAMAccountName | Login name |
| DisplayName | Full display name |
| Enabled | True / False |
| Locked | True / False |
| PasswordExpired | True / False |
| PasswordNeverExpires | True / False |
| PasswordLastSet | Date/time (UTC) |
| LastLogon | Date/time (UTC) or Never |
| DistinguishedName | Full AD DN |
Export the audit log
- Open the Audit page.
- Apply any date range, operator, or operation filters you need.
- Click Export (download icon, top-right of the audit table).
- Choose Export as CSV and save the file.
The export includes all columns visible in the filtered view: timestamp, operator, role, operation, target, count, and result.
File format notes
- Files are UTF-8 with BOM so they open correctly in Microsoft Excel.
- Dates are in ISO-8601 format (
YYYY-MM-DDTHH:MM:SSZ). - String fields containing commas are quoted.
- The first row is always a header row.
Opening the CSV in Excel
- Open Excel and go to Data → Get External Data → From Text/CSV.
- Select the exported file.
- Excel detects the UTF-8 encoding and delimiter automatically. Click Load.
Alternatively, rename the file to .xlsx-friendly format or simply double-click — Excel opens UTF-8 CSV files directly on Office 2016 and later.