Output Files

SharePoint ToolBox generates several types of files across its various features. This page documents every generated filename, its naming convention, its format, and how to open it.


Summary Table

FileFeatureFormatDescription
Sharepoint_Export_profiles.jsonProfilesJSONSaved connection profiles
Sharepoint_Templates.jsonTemplatesJSONCaptured site templates
Permissions_<site>_<date>.csvPermissions ReportCSVRaw permissions audit data
Permissions_<site>_<date>.htmlPermissions ReportHTMLInteractive permissions report
Storage_<site>_<date>.csvStorage MetricsCSVRaw storage metrics data
Storage_<site>_<date>.htmlStorage MetricsHTMLInteractive storage report with charts
FileSearch_<date>.csvFile SearchCSVFile search results
FileSearch_<date>.htmlFile SearchHTMLInteractive sortable file search results
Duplicates_Files_<date>.csvDuplicate DetectionCSVDuplicate file scan results
Duplicates_Files_<date>.htmlDuplicate DetectionHTMLInteractive duplicate file report
Duplicates_Folders_<date>.csvDuplicate DetectionCSVDuplicate folder scan results
Duplicates_Folders_<date>.htmlDuplicate DetectionHTMLInteractive duplicate folder report

Naming Conventions

Date Format

All report files use the ISO 8601 date format without separators: YYYYMMDD

Example: a report generated on March 10, 2025 uses the suffix _20250310.

Site Name

The <site> component is derived from the last segment of the site URL. Special characters are removed or replaced with underscores.

Site URLResulting <site> segment
https://contoso.sharepoint.com/sites/HRHR
https://contoso.sharepoint.com/sites/Project-AlphaProject-Alpha
https://contoso.sharepoint.com/sites/Finance 2024Finance_2024

Multiple Sites

When a report is run against multiple sites simultaneously, each site produces its own report file named individually per site.


Data Files

Sharepoint_Export_profiles.json

Stores all saved connection profiles. See Connection and Profiles for the full format.

Sharepoint_Templates.json

Stores all captured site templates. See Templates for the full format.


CSV Files

All CSV files share these properties:

Opening in Microsoft Excel

⚠️ Note: Because the delimiter is a semicolon, double-clicking a .csv file may display all data in a single column if your Windows regional settings use comma as the list separator.

Recommended approach:

  1. Open Excel.
  2. Go to Data > From Text/CSV.
  3. Select the file.
  4. In the import wizard, set the delimiter to Semicolon.
  5. Click Load.

Opening in Power BI

  1. In Power BI Desktop, click Get Data > Text/CSV.
  2. Select the file.
  3. Confirm the delimiter is detected as semicolon.
  4. Click Load or Transform Data.

HTML Files

All HTML reports are fully self-contained — all CSS and JavaScript is embedded inline. No external fonts, scripts, or stylesheets are loaded. No internet connection is required to open the file.

Interactive Features by Report Type

ReportFeatures
PermissionsColumn sort, real-time filter, group-by-user toggle
StorageBar charts, collapsible folder tree, column sort
File SearchReal-time filter, column sort
DuplicatesCollapsible group cards, value highlighting, expand/collapse all

Sharing HTML Reports

Recipients do not need SharePoint ToolBox or PowerShell installed to view the report.


Output Folder

The output folder for all reports is configured in the Output folder field on the connection panel. See Connection and Profiles. The folder must exist before a report is generated — the tool does not create it automatically.

See Also