1

I am trying to automatically install a Microsoft Edge Extension in an enterprise managed environment: Google Chrome allow this behavior (check this post for further information), but it seems impossible to do the same for Edge (the Edge extension policy states that "The installation must be initiated and completed by the user, using only the user experience provided by Microsoft Edge and the Microsoft Store").

Edit 5/8/20

The new Microsoft Edge based on Chromium supports GPOs (cfr. https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensioninstallforcelist)

Daniele Milani
  • 553
  • 2
  • 7
  • 26

2 Answers2

2

I've been able to forcefully install an extension in a managed environment using this guide.
Unfortunately, when the user open Edge for the first time after the extension has been configured a popup shows up, asking him if he wants to turn the extension on or not, and right now there is no way to forcefully enable the extension.

Daniele Milani
  • 553
  • 2
  • 7
  • 26
1

As you've said, I think it's not yet possible. You may check this thread which also stated that installation of extensions for Microsoft Edge must be initiated and completed by the user. However, there's a suggestion to try Add-AppxPackage which adds a signed app package (.appx) to a user account. Just make sure that package is signed because otherwise Add-AppxPackage would not work.

abielita
  • 13,147
  • 2
  • 17
  • 59
  • I tried that, but unfortunately the extension is still considered untrusted, and needs to be manually reenabled each time the user restarts Edge (not the best user experience ever IMHO :) ). – Daniele Milani Jan 09 '18 at 14:19