The ADM files provided in the project are missing the SUPPORTED keyword below the POLICY keyword. The admx conversion parser expects the SUPPORTED keyword to convert it to the new SUPPORTEDON node in the XML which is the ADMX file. XML parsers are VERY picky, thus why all the failures. We got them to convert with this fix, but have yet to import and apply the GPO. I do not know what value might be expected for the supported on keyword.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I agree, when I attempt to use the utility Microsoft provides it errors out with no defaults provided.
http://www.microsoft.com/downloads/en/details.aspx?FamilyId=0F1EEC3D-10C4-4B5F-9625-97C2F731090C&displaylang=en
The ADM files provided in the project are missing the SUPPORTED keyword below the POLICY keyword. The admx conversion parser expects the SUPPORTED keyword to convert it to the new SUPPORTEDON node in the XML which is the ADMX file. XML parsers are VERY picky, thus why all the failures. We got them to convert with this fix, but have yet to import and apply the GPO. I do not know what value might be expected for the supported on keyword.