Hi all,
I have a Windows domain running at Server 2016 functional level and I'm testing with Windows 10 Enterprise (1809) LTSC clients fully domain joined, fully updated.
I've installed the latest "Edge for Business" version 84.0.522.48.
I'm trying to configure it with GPO and so far the only GPO that sticks is the start page URL.
Specifically I would like advice on how to use the "ManagedFavorites" GPO to enfore company named folder with about 6 internal URLs assigned.
Below is my GPO settings (edited for privacy)...which do nothing...no Favorites folders or URLs are created?
What else do I need to turn on or configure to get this to work?
[{
"toplevel_name": "MyCompany"
},
{
"url": "http://intranet.mycompany.com/",
"name": "MyCompany Intranet"
},
{
"name": "RDWeb Portals",
"children": [{
"url": "https://internal.mycompnay.com/internalresource01.html",
"name": "Internal1"
},
{
"url": "https://internal.mycompnay.com/internalresource01.html",
"name": "Internal2"
},
{
"url": "https://internal.mycompnay.com/internalresource01.html",
"name": "Internal3"
},
{
"url": "https://internal.mycompnay.com/internalresource01.html",
"name": "Internal4"
},
{
"url": "https://internal.mycompnay.com/internalresource01.html",
"name": "Internal5"
}
]
}
]