Posted on 02-17-2025 08:38 AM
Hi All,
Does anyone have a script for Default/creating an Favorites for Microsoft Edge Web browser?
Thanks in Advance
a week ago - last edited a week ago
Try this one!!!
You need to use a Custom Configuration Profile with JSON payload to push bookmarks to Edge.
{
"com.microsoft.edge": {
"ManagedBookmarks": [
{
"name": "Company Portal",
"url": "https://companyportal.example.com"
},
{
"name": "Support Page",
"url": "https://support.example.com"
}
]
}
}