microsoft / mdatp-devicecontrol

Microsoft Defender for Endpoint Device Control tools, samples, and resources.
https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/device-control-removable-storage-protection?view=o365-worldwide
MIT License
41 stars 36 forks source link

Multiple elements of ADML file are missing (referenced in the ADMX) #9

Open andrewmichaellloyd opened 1 year ago

andrewmichaellloyd commented 1 year ago

The following items are referenced in the ADMX but have no association in the ADML file

Reporting_ServiceHealthReportInterval (reported by others at Line 698 of the ADMX - confirmed).

I removed this element and found that these further 2 are also not referenced in the ADML file.

Reporting_EnableDynamicSignatureDroppedEventReporting Features_TDTFeatureEnabled

The ADML file needs these additional elements defining.

andrewmichaellloyd commented 1 year ago

Quick update. I removed the 3 elements mentioned in my bug report and was able to import the admx file. These definitely need fixing in the ADML file. You can grab the "fixed" admx from my github: https://github.com/andrewmichaellloyd/Defender_Device_Control_Fix