nsacyber / Windows-Secure-Host-Baseline

Configuration guidance for implementing the Windows 10 and Windows Server 2016 DoD Secure Host Baseline settings. #nsacyber
Other
1.56k stars 286 forks source link

Importing ReaderDC.admx into Intune fails #70

Open jturgeon79 opened 1 year ago

jturgeon79 commented 1 year ago

When using the new Import ADMX feature in Intune to import the ReaderDC.admx template from this repo, the upload fails due to the DisableMaintenance64 policy (line 326) missing a parentCategory tag. Inserting <parentCategory ref="OtherCategory"/> resolves the issue.

Note that during public preview, the Import ADMX feature in Intune currently does not support policies that use a dropdown control - such policies must also be commented out for now to successfully upload the template after correcting the above issue.