Forum Discussion

YamadaKsk's avatar
YamadaKsk
Copper Contributor
Mar 08, 2024

Can restrictions on the Open in Sidebar feature

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?

  • YamadaKsk 

     

    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.

  • NicklasOlsen's avatar
    NicklasOlsen
    Iron Contributor
    Hi YamadaKsk

    You can indeed create a configuration profile to disable the "Open in sidebar" feature in Edge. It, however, requires you to import the Microsoft Edge ADMX and ADML files in Intune:

    https://www.microsoft.com/en-us/edge/business/download?form=MA13FJ

    Download the policies from the Edge for Business website, and upload msedge.admx and msedge.adml to Intune

    Once they are uploaded, you can create a new policy with "Windows 10 and later" as platform and "Templates" as profile type. Select "Imported Administrative Templates (Preview) and click Create.

    In the configuration settings, you can search for "Enable open in sidebar". From here, you can configure it to be enabled or disabled. Apply the policy to a test group and sync the device.

    Open Edge and paste edge://policy in the search bar of the browser, and you can now see the policy in place.

    I hope this helps!
    • YamadaKsk's avatar
      YamadaKsk
      Copper Contributor
      NicklasOlsen

      Thank you for your reply!

      Thank you for the information that it can be done with ADMX files!

      I'm trying various things, but for some reason, I'm getting an upload error now.
      I will continue to try.

      Thank you for the valuable information.
      • NicklasOlsen's avatar
        NicklasOlsen
        Iron Contributor
        Which error are you getting, when uploading the ADMX file? 🙂

Resources