What you need to know
Will an automated Intune export retain the schema and values its consumer expects?
Potentially affected
Use this design for reports supported by Intune’s export infrastructure. Identify the exact report name and its valid columns before adapting an example request.
DSE recommendation
Define the expected column set and which fields the consumer treats as stable identifiers, raw values, or display labels.
Source facts
Microsoft directs report-export automation to select named columns rather than depend on defaults. The default localization mode supplies a raw-value column plus a localized companion ending in _loc; replacement mode returns localized values under the original name. The Devices and DevicesWithInventory reports do not honor that localization setting because of compatibility requirements. Microsoft Learn.
Applicability
Use this design for reports supported by Intune’s export infrastructure. Identify the exact report name and its valid columns before adapting an example request.
DSE recommendation
Define the expected column set and which fields the consumer treats as stable identifiers, raw values, or display labels. Make the localization choice part of the request contract and record any report-specific exception. Preserve the raw export separately from presentation changes. Do not repair an unexpected column set by silently guessing which friendly label replaced a machine-readable value.
Verification
Run an authorized sample export and wait for its completed job result before inspecting the downloaded data. Compare column names and representative values with the contract, including an exception report if the automation supports one. Test missing, additional, and unexpectedly localized columns as explicit validation failures. Retain the report name, request parameters, job identity, and sanitized sample with the consumer version so a later schema change can be investigated without trusting default behavior.
Official references
Review the official source
Use Graph APIs to Export Intune Reports - Microsoft Intune | Microsoft Learn · Verified September 9, 2026
Need help applying this guidance safely?
DSE can help confirm applicability, protect service continuity, and validate the result across physical security and IT systems.
Talk with DSE