Hi @albert TJ
You can refer to the guides from Microsoft or follow step by step guide below.
- Set Microsoft Edge as the default browser
- Use Administrative Templates to create a policy for Microsoft Edge
Step 1: Configure Microsoft Edge as the Default Browser
- Login to Microsoft Endpoint Manager (Intune) Admin Center:
- Go to Intune Admin Center and sign in with your admin credentials.
- Create a Custom Configuration Profile:
- Navigate to Devices > Configuration Profiles > + Create Profile.
- Choose Windows 10 and later as the platform.
- Under Profile Type, select Settings catalog or choose Templates > Custom
- Create an XML file with the following content:
b. Save it as<?xml version="1.0" encoding="UTF-8"?> <DefaultAssociations> <Association Identifier=".htm" ProgId="MSEdgeHTM" ApplicationName="Microsoft Edge" /> <Association Identifier=".html" ProgId="MSEdgeHTM" ApplicationName="Microsoft Edge" /> <Association Identifier="http" ProgId="MSEdgeHTM" ApplicationName="Microsoft Edge" /> <Association Identifier="https" ProgId="MSEdgeHTM" ApplicationName="Microsoft Edge" /> </DefaultAssociations>
defaultassociations.xml
. - On Configuration settings page Add OMA-URI:
- OMA-URI:
./Device/Vendor/MSFT/AssignedAccess/Configuration/Profile/Applications/DefaultFileAssociations
- Data Type: String.
- Upload the XML file (
defaultassociations.xml
) as the content.
5. Assign the Profile to a Group:
- In the Assignments section, choose pilot group or virtuall groups (All Users/All Devices).
Step 2: Set the Homepage in Microsoft Edge
- Create a New Configuration Profile:
- Go to Devices > Configuration Profiles > + Create Profile.
- Select Windows 10 and later for the platform.
- Choose Templates > Administrative Templates.
- Configure Microsoft Edge Settings:
- In the Search Settings field, type Homepage URL.
- Set the Homepage URL:
Home page URL to your company URL (e.g., https://www.yourcompany.com
).
4. Assign the Profile to Device Groups:
- In the Assignments section, choose pilot group or virtuall groups (All Users/All Devices).
Best regards,
Aleksandr
If the response is helpful, please click "Accept Answer" and upvote it.