How Intune configures Draftable Clean
Draftable Clean reads its configuration from the Windows Registry. Intune can write those registry values in two ways:Option 1: Import ADMX templates
Import the Draftable Clean ADMX templates into Intune to manage settings from the Microsoft Intune admin center — the same settings experience as Group Policy, managed from the cloud. See the Microsoft documentation for importing custom ADMX templates. The templates are found on an installed Draftable Clean machine at:v26.6.0 (June 2026) ships updated ADMX/ADML templates. Import templates from a v26.6.0 or later installation before configuring policies in Intune. Ensure only one copy of each ADMX/ADML file is uploaded to Intune at a time — uploading duplicates with different names can cause configuration issues.
Option 2: Configure registry settings directly
Use Intune Settings Catalog, OMA-URI, or Configuration Profiles to write specific registry values. This does not require the ADMX templates and gives you direct control over individual registry keys. Refer to the ADMX templates or registry on a configured machine for the correct key paths and value formats when building custom profiles.v26.6.0 administrator updates
Draftable Clean v26.6.0 (June 2026) adds enterprise controls that apply whether you use Intune or Group Policy:- Enforce must-clean metadata types across all profiles — require specific metadata types to always be removed, regardless of which cleaning profile is active. Configure via the Enforced cleaning rules policy (Computer Configuration) when using imported ADMX templates, or the equivalent registry value when using OMA-URI.
- Outlook add-in lockdown — lock the default profile, send-protection behaviours, attachment summary format, and per-attachment profile override. v26.6.0 exposes these as individual policy fields rather than a single JSON blob.
- Updated ADMX templates — DomainRules and AddInSettings policies are surfaced explicitly for import into Intune.
- MSI prerequisite change — the machine-wide MSI no longer requires .NET 10 Desktop Runtime as a separate prerequisite check.
Locking Outlook add-in defaults via Intune
When you deploy add-in settings through imported administrative templates, each Outlook add-in field can be set as a fixed value that end users cannot override from Settings > Add-In in the desktop application. Where a field is left unset by policy, the user’s own setting applies. See Priority of settings.Admin cleaning profiles via Intune
The Configure admin cleaning profiles policy deploys administrator-managed cleaning profiles that users cannot edit. The policy value is a JSON string representing the profile collection.The visual admin profile editor (
DraftableClean.exe --admin-profile-editor) is designed for the Group Policy copy-paste workflow. Intune administrators can still use the editor on a reference machine to build or update the JSON, then deploy that value through an imported administrative template or a custom registry/OMA-URI profile. See Configuring admin cleaning profiles for the editor workflow.