Skip to content

Exporting Reports

Export the user list

  1. Open the Users page.
  2. 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.
  3. Click the Export button (download icon, top-right of the user list).
  4. Choose Export as CSV.
  5. Pick a save location in the file dialog and click Save.

Columns included

ColumnDescription
SAMAccountNameLogin name
DisplayNameFull display name
EnabledTrue / False
LockedTrue / False
PasswordExpiredTrue / False
PasswordNeverExpiresTrue / False
PasswordLastSetDate/time (UTC)
LastLogonDate/time (UTC) or Never
DistinguishedNameFull AD DN

Export the audit log

  1. Open the Audit page.
  2. Apply any date range, operator, or operation filters you need.
  3. Click Export (download icon, top-right of the audit table).
  4. 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

  1. Open Excel and go to Data → Get External Data → From Text/CSV.
  2. Select the exported file.
  3. 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.