Mar 08 2024 12:39 AM
I'd like to inquire about the "Open in Sidebar" feature that was introduced in Edge browser version 122, specifically regarding the policy named "EdgeOpenInSidebarEnabled". Is it possible to restrict this feature using the "Administrative Templates" in Intune?
Mar 08 2024 03:17 AM
There is no Template or Settings Catalog entry yet, as you probably observed already. Here you can find some info: microsoft-edge-policies
You could do two things to get this policy via Intune to your devices:
1. Create Powershell script to set the registry key (see the above url for the reg key), you can use a remediation script for that (https://learn.microsoft.com/en-us/mem/intune/fundamentals/remediations)
2. Or you build your won OMA-URI, see here: https://learn.microsoft.com/en-us/deployedge/configure-edge-with-mdm - this pretty advanced so I would opt for Powershell in this case
By the way we can expect this to be available more directly in Intune soon, I guess, but have no direct knowledge on when..
------
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Mar 08 2024 08:24 AM
Mar 10 2024 07:44 PM
Mar 10 2024 11:05 PM
Agreed in a corporate environment you need those controls as soon as the feature is available. But if really needed, they mostly are available day 1 through Powershell, ADMX import etc. But understood, nicest would be to have this in the Template controls, but this takes development time so I guess this is sometime a 'catching up game'.
There are several resources:
https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new
https://learn.microsoft.com/en-us/mem/intune/fundamentals/in-development
https://learn.microsoft.com/en-us/deployedge/microsoft-edge-relnote-stable-channel
Keep a close eye on those resources..
Mar 11 2024 12:07 AM
Mar 11 2024 12:36 AM
Mar 11 2024 01:27 AM
@NicklasOlsen
I'm getting error messages like this.
---
ADMX file referenced not found NamespaceMissing:Microsoft.Policies.Windows. Please upload it first.
---
The attached image is a Japanese screen, sorry.
Mar 11 2024 03:28 AM
Mar 12 2024 12:00 AM
Mar 12 2024 01:40 AM