cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4349
Views
0
Helpful
1
Replies

How to deploy Cisco WebEx Edge Extension for Enterprise

Hi,

 

We are trying to join Events which wont work via the desktop application WebEx Meetings and only work with the web browser. If you add the Cisco WebEx Extension to Edge then it works. How can I deploy this extension via SCCM, PowerShell or Group Policy to 10,000 devices? Or are there any other ideas? Users are blocked from running files from the internet and also from adding extensions and the Microsoft Store.

 

Thanks,

 

Andrew

1 Reply 1

Here is the answer.

https://www.reddit.com/r/SCCM/comments/i0iv37/how_to_deploy_microsoft_edge_extensions/

 

You can use the following technologies to deploy Edge Extensions:

  1. Group Policy: ADMX setting ‘Control which extensions are installed silently’

  2. Intune: ADMX setting ‘Control which extensions are installed silently’

  3. SCCM: Using Configuration Items

 

Basically you have:

  1. Create an entry for the extension in HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge\ExtensionInstallForcelist

  2. The value is the code of the extension, which is the end part of the URL. For WebEx the URL is https://microsoftedge.microsoft.com/addons/detail/cisco-webex-extension/ikdddppdhmjcdfgilpnbkdeggoiicjgo so the code you have to add is ikdddppdhmjcdfgilpnbkdeggoiicjgo

 

References

https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#extensioninstallforcelist

https://www.inthecloud247.com/manage-microsoft-edge-chromium-extensions-with-microsoft-intune/

https://www.imab.dk/managing-microsoft-edge-chromium-settings-with-sccm-system-center-configuration-manager/