Exporting
ADMX Viewer can export the selected policy or the entire configured batch.
Export Formats
The app supports:
.regPowerShellIntune XMLJSON
Single-Policy Export
When a policy is selected, the details panel shows export tabs for that policy only. This is useful when you are testing one setting at a time.
Batch Export
Select Export Batch in the header to generate combined output for all configured policies in the current template.
The batch drawer includes:
- A list of configured policies
- Combined
.regoutput - Combined PowerShell commands
- Combined Intune XML payloads
- Combined JSON output
Scope and Output
Export output changes based on the policy scope:
Machinepolicies targetHKLMand device OMA-URIsUserpolicies targetHKCUand user OMA-URIs
Policies available to both scopes can be configured independently.
Not Configured Behavior
If a policy is returned to Not Configured, the generated registry and PowerShell operations remove the relevant values or keys instead of enforcing a new one.
Copying and Downloading
Every export tab supports:
Copyto the clipboardDownloadto a local file
Use .reg for Registry Editor imports, PowerShell for scripted enforcement, and Intune XML when building Policy CSP payloads.