This page explains how to select a report form, choose which fields to include, run the report against Active Directory, and work with the results.
Open the report catalog by clicking REPORTS in the sidebar. Select a category tab (Users, Computers, Groups, etc.) and click on a report form in the left panel. The main area shows the report form’s details: its name, description, any predefined filters, and the list of fields that will be included.
You can also find report forms from the Home screen using the search box, the Favorites list, or the Recent list.
Each report form has a set of fields (AD attributes) that will appear as columns in the results. You can adjust which fields are included before generating:
Some fields are marked as Pro-only. If you try to generate a report that includes a Pro-only field in the Free edition, AD FastReporter will show a notification explaining the restriction.
For built-in report forms, field changes are saved per report form — your customized field selection is preserved the next time you use the same form.
Click the Generate button in the toolbar. AD FastReporter begins querying Active Directory through the currently selected connection.
During generation, the interface shows:
The time required depends on the size of your directory, the number of fields selected (especially calculated fields like inherited group memberships), and the connection’s scope. Reports against a small OU complete in seconds; reports across a large enterprise domain with complex calculated fields may take several minutes.
Once generation completes, the results appear in a data grid. The title bar shows the report name and the total number of records found.
Sorting — Click any column header to sort ascending. Click again for descending. Hold Shift and click additional columns to sort by multiple columns.
Column search/filter — Click the filter icon in a column header to filter the displayed rows by that column’s values. This is a client-side filter on the already-retrieved results — it doesn’t re-query Active Directory.
Text search — Use the search box above the grid to find specific text across all columns. Press F3 for “Find next” or Shift+F3 for “Find previous.” Check the “Filter” checkbox to hide non-matching rows.
Column sizing — Drag column dividers to resize. Click “Expand all columns” to auto-size all columns to fit their content.
Multiple open reports — Each generated report opens in its own tab in the sidebar. You can have multiple reports open simultaneously and switch between them by clicking their tabs.
With the Pro edition, you can export the results to a file. Click one of the export buttons in the results toolbar:
| Format | Description |
|---|---|
| XLSX | Excel spreadsheet with formatting |
| CSV | Comma-separated values |
| CSV (append) | Appends to an existing CSV file instead of overwriting |
| HTML | Formatted HTML page with CSS styling |
| Print-ready PDF document | |
| XML | Structured XML |
| ODS | OpenDocument Spreadsheet (LibreOffice/OpenOffice) |
| JSON | JSON format for integration with other tools and scripts |
After selecting a format, choose a save location and file name. The DateTime format used in XLSX exports can be configured in Settings → General.
You can also send the report directly by email. Click the Email button in the results toolbar and choose the delivery format:
Email delivery requires SMTP to be configured in Settings → Email. See Email Delivery for setup details.
If errors occur during generation, AD FastReporter shows the error in the log panel. Common situations:
lastLogon that exist per-DC, some domain controllers may be unreachable. The report will still complete but with a note that data from those DCs is missing.Even when errors occur, AD FastReporter attempts to return whatever results it successfully retrieved. Partial results are still displayed in the grid.
In the Pro edition, generated reports are automatically saved to the local SQLite database. You can access them later from the Report History view without re-querying Active Directory. This behavior can be controlled via the “Save reports with results” option in Settings.