scloud by Florian Salzmann
ende

Microsoft Edge Policies with Intune

Short answer: create an ADMX-backed configuration profile in Intune and set the settings below to auto-sign users into Edge, sync their bookmarks, and switch the default search provider to Google.

Microsoft Edge can be configured wonderfully with Intune and the ADMX templates, so that the user is automatically signed in to the browser, his bookmarks get synchronized and Google acts as the search provider instead of Bing.

How do I configure Microsoft Edge with Intune?

Creating a new ADMX configuration profile in Intune for Microsoft Edge

  • Name and description should be chosen sensibly

Setting the name and description for the ADMX configuration profile

  • The settings can be found fastest with the corresponding “Setting Name” via search.

Searching for a setting by its Setting Name in the ADMX template

  • The following Intune settings have proven themselves for Microsoft Edge with several of my customers:

Overview of the recommended Microsoft Edge settings configured in Intune

SettingConfiguration
Configure whether a user always has a default profile automatically signed in with their work or school accountEnabled
Default search provider URL for suggestionsEnabled, Google
Default search provider nameEnabled, {google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}ie={inputEncoding}
Enable the default search providerEnabled
Default search provider search URLEnabled, {google:baseURL}complete/search?output=chrome&q={searchTerms}
Force synchronization of browser data and do not show the sync consent promptEnabled

FAQ

Do I need the ADMX templates installed first?
Yes - the Edge ADMX templates must be available in Intune (via the built-in Microsoft Edge ADMX ingestion) before you can create the configuration profile shown above.

Will this force-sign users in without their consent?
Yes, “Configure whether a user always has a default profile automatically signed in” does exactly that - it’s intended for managed corporate devices, not BYOD.

Related posts

OneDrive sync health
Microsoft 365

Monitor OneDrive Status - Sync Admin Reports

OneDrive Sync Admin Reports allows you to monitor the OneDrive status of all managed Windows devices in a central view.

DNS Suffixes set via Intune
Microsoft Intune

Set DNS Suffixes via Microsoft Intune

Learn how to configure DNS suffixes via Microsoft Intune with a Settings Catalog profile, deploy them safely, and verify the setup on managed Windows devices.

Intune Autopilot Set Time Zone
Microsoft Intune

Automatically Set the Time Zone in Intune Autopilot

Set the correct time zone during Intune Autopilot using my PowerShell script and IPInfo API. Fast, simple, and no extra services needed.