At present, all our employees use Microsoft Edge for work, and we have some organizational websites that need to be accessed frequently. We need those websites to be pinned or set as favorites. Is there a feature in Hexnode we can use to do this?
Thank you for reaching out. Currently, Hexnode does not have a feature that fulfills your requirement. Although, you can use the following configuration profile to set up managed favorites in Microsoft Edge on Mac.
Configuration profile to add managed favorites in Microsoft Edge on Mac
Replace the name ‘Hexnode’ with your website name in the configuration profile and replace the URL ‘Enter Your URL’ with your own. Additionally, you can add more websites to your favorites by inserting the following after each website entry:
1
2
3
4
5
6
<dict>
<key>name</key>
<string>Mitsogo</string>
<key>url</key>
<string>Enter Your URL</string>
</dict>
You can deploy the above configuration profile with the help of Hexnode’s Deploy Custom Configuration policy for macOS devices.
I hope this helps. Just say the word if you need anything else.