Import Microsoft Edge Chromium failed

Federico Coppola 1,181 Reputation points
2020-11-09T23:44:25.843+00:00

Hi all,
I would centralize Microsoft Edge Chromium management.
I have downloaded ADMX file so I can will create group policy.

I have copyed msedge.admx and msedgeupdate.admx inside this path

38532-image.png

After that I tried to create GPO but I can't do it.
In fact I get this error:

38592-image.png

I do not understand where is my mistake.
I have copied this files using Domain Administrator Account of Active Directory.

How can I solve it? Thanks!

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,238 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,101 questions
0 comments No comments
{count} votes

Accepted answer
  1. Fan Fan 15,326 Reputation points Microsoft Vendor
    2020-11-10T00:47:47.1+00:00

    Hi,

    Based on my experience, the issue was caused by missing the ADML file.
    To add the administrative template to Active Directory:

    1,Copy the msedge.admx file to the PolicyDefinition folder. (Example: %systemroot%\sysvol\domain\policies\PolicyDefinitions)
    2,In the admx folder, open the appropriate language folder. For example, if you’re in the U.S., open the en-US folder.
    3,Copy the msedge.adml file to the matching language folder in the PolicyDefinition folder. Create the folder if it does not already exist. (Example: %systemroot%\sysvol\domain\policies\PolicyDefinitions\EN-US)
    38613-11101.jpg
    If your domain has more than one domain controller, the new ADMX files will be replicated to them at the next domain replication interval.

    To confirm the files loaded correctly, open the Group Policy Management Editor from Windows Administrative Tools and expand Computer Configuration > Policies > Administrative Templates > Microsoft Edge. You should see one or more Microsoft Edge nodes as shown below.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Federico Coppola 1,181 Reputation points
    2020-11-10T08:30:26.567+00:00

    Hi @Fan Fan ,
    Thanks for your suggestions.

    I have followed your steps.

    1) I have copied ADMX files about Microsoft Edge inside %systemroot%\sysvol\domain\policies\PolicyDefinitions

    38715-image.png

    After that I have done the same about language. I have done for English Language and Italian Language (I live in Italy, so to be sure I have copied italian files too).

    38696-image.png

    38566-image.png

    Finally I have opened Group Policy Management from Server Manager and I see new options about Microsoft Edge (about Computer Level and User level)

    38702-image.png

    Thanks so much!

    I have just a questions about ADML files:
    Are ADML language files necessary for Server Side (when I create configuration using GPO) or for Client Side (client computer language)?

    Finally, old MS Edge Policy settings are under "Administrative Templates > Windows Components > Microsoft Edge"
    instead new MS Edge Policy settings are under "Administrative Templates > Microsoft Edge"
    Is it correct?

    Thanks so much for your help!