ANAVEM
Languagefr
How to Add Company Branding to Microsoft Edge for Business Using Intune

How to Add Company Branding to Microsoft Edge for Business Using Intune

Configure company logos, colors, and organization names in Microsoft Edge for Business through Microsoft Intune administrative templates to enhance your organization's browser experience.

Emanuel DE ALMEIDAEmanuel DE ALMEIDA
March 19, 2026 12 min 4
mediumintune 7 steps 12 min

Why Configure Microsoft Edge for Business Branding?

Microsoft Edge for Business provides enterprise-grade browsing with enhanced security and management capabilities. Adding your organization's branding creates a professional, cohesive user experience that reinforces corporate identity while helping users distinguish between personal and work browsing contexts.

When properly configured, your company logo, colors, and organization name appear in Edge's profile interface, creating visual consistency with your other Microsoft 365 applications. This branding appears in the profile pill, profile flyout menu, and as a taskbar icon overlay, providing clear visual indicators when users are working in their corporate browser profile.

What Are the Technical Requirements for Edge Branding?

This tutorial requires Microsoft Edge Stable version 120 or later, which introduced the organization branding features. You'll need Microsoft Intune for policy deployment and Microsoft Entra ID P1 or higher for the underlying branding asset management. The configuration uses Intune's Administrative Templates, which provide granular control over Edge policies without requiring additional downloads or third-party tools.

The branding system works by connecting Edge for Business profiles to your Microsoft Entra ID branding configuration. When users sign in with their work accounts, Edge automatically pulls the configured assets and applies them to the browser interface, creating a seamless branded experience that updates automatically when you modify your organization's branding assets.

Related: Remove Weather Icon from Windows 11 Taskbar using Microsoft

Related: How to Configure Outlook Auto-Login using Microsoft Intune

Related: Configure OneDrive Auto Sign-in Using Microsoft Intune

Related: How to Configure UAC with Microsoft Intune Settings Catalog

Implementation Guide

Full Procedure

01

Configure Organization Branding in Microsoft Entra

Before configuring Edge branding in Intune, you need to set up your organization's branding assets in Microsoft Entra ID. This provides the source assets that Edge will pull from.

Navigate to the Microsoft Entra admin center and sign in with your global administrator account:

https://entra.microsoft.com

In the left navigation, go to Protection > Authentication methods > Company branding. Click Configure to set up your default branding.

Upload your organization assets:

  • Square logo: 48x48 pixels PNG format (displays in profile pill)
  • Organization name: Your company name as it should appear
  • Primary color: Hex color code for UI elements
  • Background color: Secondary color for backgrounds
Pro tip: Use a transparent PNG for your logo to ensure it displays cleanly across different backgrounds and themes.

Click Save to store your branding configuration. Verification: Navigate to Overview and confirm your branding elements appear in the preview pane.

02

Create New Configuration Profile in Intune

Open the Microsoft Intune admin center and navigate to the configuration profiles section:

https://intune.microsoft.com

Go to Devices > Windows > Configuration profiles. Click Create > New policy to start creating your Edge branding policy.

Configure the profile type settings:

  • Platform: Windows 10 and later
  • Profile type: Templates
  • Template name: Administrative Templates

Click Create to proceed to the configuration wizard.

On the Basics page, enter a descriptive name for your policy:

Edge for Business - Company Branding

Add a clear description explaining the policy's purpose:

Enables organization branding in Microsoft Edge for Business profiles including logo overlay and company colors
Warning: Use descriptive names for your policies. You'll likely have multiple Edge policies, and clear naming prevents confusion during troubleshooting.

Click Next to continue to configuration settings.

03

Configure Edge Branding Administrative Templates

On the Configuration settings page, you'll configure the specific Edge policies that enable organization branding. Navigate through the policy tree structure:

Click Computer Configuration > Microsoft Edge > Default Settings (users can override).

Locate and enable the first branding policy:

Allow the use of your organization's branding assets from M365 on the profile-related UI of a work profile

Set this policy to Enabled. This allows Edge to pull branding assets from your Microsoft Entra configuration and display them in the profile UI elements.

Next, find and enable the taskbar icon overlay policy:

Allow your organization's logo from Microsoft Entra to be overlaid on the Microsoft Edge app icon of a work profile

Set this policy to Enabled as well. This adds your organization's logo as an overlay on the Edge taskbar icon when a work profile is active.

Pro tip: The taskbar overlay only appears when Edge for Business is the active window and multiple profiles are configured. It's not supported on macOS devices.

Verification: Both policies should show as Enabled in your configuration list. Click Next to proceed.

04

Configure Scope Tags and Assignments

On the Scope tags page, add any relevant scope tags if your organization uses them for policy management. For most deployments, you can leave this blank and click Next.

On the Assignments page, configure which devices or users will receive this branding policy. Click Add groups and select your target groups:

  • Device groups: Recommended for consistent branding across all corporate devices
  • User groups: Use when you want branding to follow specific users across devices

For organization-wide branding, select All devices or your primary device group:

Corporate Windows Devices
Warning: Avoid assigning to both device and user groups simultaneously for the same policy, as this can create conflicts and unpredictable behavior.

Configure exclusions if needed. For example, you might exclude kiosk devices or shared computers where branding isn't appropriate.

Verification: Confirm your selected groups appear in the Included groups section. Click Next to continue.

05

Review and Deploy the Policy

On the Applicability rules page, you can add additional targeting criteria if needed. For basic branding deployment, leave this blank and click Next.

Review your configuration on the Review + create page. Verify these key settings:

  • Profile name and description are clear
  • Both branding policies are enabled
  • Correct groups are assigned
  • No conflicting exclusions

Click Create to deploy the policy. Intune will begin distributing the configuration to your assigned devices.

Monitor the deployment status by navigating to your new policy and checking the Device status tab. You should see devices reporting as Succeeded as they receive and apply the policy.

Pro tip: Policy deployment can take up to 8 hours for all devices to receive updates. Use the Sync option in the Intune portal to force immediate policy refresh on test devices.

Verification: Check that your policy shows Succeeded status for test devices within 15-30 minutes of deployment.

06

Test Edge for Business Branding on Target Devices

On a test device that received the policy, open Microsoft Edge and sign in with a work account to create an Edge for Business profile:

edge://settings/profiles

Click Add profile and sign in with your Microsoft Entra ID credentials. This creates the work profile that will display your organization branding.

After signing in, restart Microsoft Edge completely to ensure all policies are applied:

taskkill /f /im msedge.exe
Start-Process msedge

Verify the branding elements are displaying correctly:

  • Profile pill: Should show your organization name in the top-right corner
  • Profile flyout: Click the profile pill to see your logo and company colors
  • Taskbar overlay: Your logo should appear as a small overlay on the Edge icon (requires multiple profiles)
Warning: Branding only appears in work profiles (Microsoft Entra ID sign-in). Personal Microsoft accounts won't display organization branding even with the policy applied.

Test the branding persistence by switching between profiles and restarting Edge. The branding should remain consistent across sessions.

Verification: Take screenshots of the profile pill, flyout, and taskbar icon to document successful branding implementation.

07

Troubleshoot Common Branding Issues

If branding isn't appearing as expected, work through these troubleshooting steps systematically.

First, verify the Microsoft Entra branding configuration is complete and saved:

https://entra.microsoft.com

Navigate to Protection > Authentication methods > Company branding and confirm all assets are uploaded and the preview displays correctly.

Check the Intune policy deployment status:

https://intune.microsoft.com

Go to your Edge branding policy and review the Device status tab. Look for any devices showing Error or Conflict status.

On affected devices, force a policy sync and check Edge version:

# Force Intune policy sync
Get-ScheduledTask | Where-Object {$_.TaskName -eq "PushLaunch"} | Start-ScheduledTask

# Check Edge version (must be 120 or later)
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge" | Select-Object DisplayVersion

Common resolution steps:

  • No profile pill: Ensure multiple profiles exist in Edge
  • Missing logo: Verify PNG format and 48x48 pixel dimensions
  • Wrong colors: Check hex color codes in Entra branding
  • Taskbar overlay missing: Only works on Windows with active work profile
Pro tip: Use Edge's internal policy page to verify policies are applied: edge://policy. Look for the organization branding policies in the list.

Verification: Run edge://policy and confirm both branding policies show as OK with your expected configuration values.

Frequently Asked Questions

Why isn't my company logo appearing in Microsoft Edge after configuring Intune policies?+
The most common cause is incomplete Microsoft Entra branding configuration. Ensure you've uploaded a 48x48 pixel PNG logo in the Microsoft Entra admin center under Protection > Authentication methods > Company branding. Also verify that users are signed in with work accounts (Microsoft Entra ID) rather than personal accounts, as branding only applies to work profiles. Finally, check that your Edge version is 120 or later and restart the browser after policy deployment.
How long does it take for Edge branding policies to apply after deployment in Intune?+
Intune policies typically deploy within 15-30 minutes for online devices, but can take up to 8 hours for all devices to receive updates. You can force immediate policy refresh by using the Sync option in the Intune portal or running the PushLaunch scheduled task on Windows devices. After policies are received, users must restart Microsoft Edge completely for branding changes to take effect.
Can I configure different branding for different user groups in Microsoft Edge?+
No, Microsoft Edge for Business uses the organization's default branding from Microsoft Entra ID, which applies globally to all work profiles. However, you can control which devices or users receive the branding policies through Intune assignment groups. If you need different branding for subsidiaries or departments, you would need separate Microsoft Entra tenants with their own branding configurations.
Does Microsoft Edge branding work on macOS devices managed by Intune?+
Edge for Business branding partially works on macOS. The profile pill and flyout branding will display correctly, but the taskbar icon overlay feature is not supported on macOS devices. The branding policies can be deployed to macOS through Intune, but you should set expectations that the full visual experience is only available on Windows devices.
What happens to Edge branding if users sign out of their work accounts?+
When users sign out of their Microsoft Entra ID work accounts in Edge, the organization branding disappears immediately. The profile pill reverts to showing the user's name without company colors, the logo is removed from the profile flyout, and the taskbar icon overlay disappears. Branding automatically returns when users sign back in with their work credentials, as Edge pulls the assets fresh from Microsoft Entra ID.
Emanuel DE ALMEIDA
Written by

Emanuel DE ALMEIDA

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...