Group Policy
11 TopicsPersonalizationReportingEnabled is being ignored
The https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#personalizationreportingenabled option ("Allow personalization of ads, Microsoft Edge, search, news and other Microsoft services by sending browsing history, favorites and collections, usage and other browsing data to Microsoft") is being ignored. When using the Group Policy option to set it to Disabled, it doesn't show as managed policy in edge://policy When using Group Policy to set the Registry value (again to disable it), it appears as a managed policy, but seems to be ignored on first-run. We use Edge for our exam environment. As users have no profile on logon, users are being asked to confirm they agree to personalisation before they can continue.4.5KViews2likes8CommentsMy IT Support Cannot Provide a ProxyMode Exception
My environment has Chrome's and Edge's ProxySettings locked down to ProxyMode:direct. This prevents me from running a local (system) proxy, specifically Fiddler, so that I can check and debug the SharePoint Framework (SPFx) solutions I am developing. I have passed on all the documentation I have found (see below) and the support staff have been unable to provide me with an exception so that my setting is ProxyMode:system. Is this a limitation with how policies are managed for Chromium or is there additional guidance I can provide to my IT support personnel? Edge Policy Configuration: https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies Proxy Configuration: https://docs.microsoft.com/en-us/deployedge/edge-learnmore-cmdline-options-proxy-settings Chrome Policy Configuration: https://support.google.com/chrome/a/answer/187202?hl=en Proxy Configuration: https://developer.chrome.com/extensions/proxy1.7KViews0likes3CommentsWebAppInstallForceList not adding shortcuts to the desktop
I'm trying to test deploying a PWA using the WebAppInstallForceList policy on Edge 88 with the following: [{ "create_desktop_shortcut": true, "default_launch_container": "window", "url": "https://service.example.com/"}] The problem is that the PWA gets installed but its not creating a desktop shortcut. Manually trying to pin the desktop shortcut at edge://apps/ also does nothing. When the WebAppInstallForceList policy is disabled and the PWA is installed manually I can pin the desktop shortcut at edge://apps/ just fine. How would I go about troubleshooting this?7.8KViews0likes5CommentsNewTabPageManagedQuickLinks (Group Policy)
I just discovered that NewTabPageManagedQuickLinks has a max value of 3. Meaning if I try to pin more than 3 website it errors. Any reason why? This isn't mentioned anywhere in the documentation. https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#newtabpagemanagedquicklinks Also, as a suggestion. I think we should be allowed to configure an XML file path instead of having the use a single line format. Having to use single line is a little annoying { "url": "https://www.contoso.com", "title": "Contoso Portal", "pinned": true }, { "url": "https://www.office.com/", "pinned": true, "title": "Office" } ] Compared to an XML file <key>NewTabPageManagedQuickLinks</key> <array> <dict> <key>pinned</key> <true/> <key>title</key> <string>Contoso Portal</string> <key>url</key> <string>https://contoso.com</string> </dict> <dict> <key>pinned</key> <true/> <key>title</key> <string>Office</string> <key>url</key> <string>https://www.office.com</string> </dict> </array>2.7KViews2likes3CommentsWhats the point of downloading different policy files when they are applied to all channels of Edge?
I have Edge 86 stable and Edge 87 Dev installed on latest Windows 10. Downloaded policy files for Edge Dev 87 using configurations shown above, installed it, set a couple of policies from Windows group policy and then I see that they are being applied not only to Edge dev 87 but also to Edge stable 86! Why is this happening exactly? am I missing something that would let me target a specific Edge channel/version using group policy configurations? From my (non-Edge-developer) standpoint, when this website https://www.microsoft.com/en-us/edge/business/download offers to download different group policy files for each version/channel, it's expected for those policies to only be applied to that specific Edge channel, not to every installed Edge instance.2.3KViews0likes5CommentsEdge as default browser GPO error
In the current Stable build 81 when you install Edge and have the Edge Group Policy set to set Edge as the default browser, the error shown below shows up on the pc. As far as i could find online this happens if Edge doesn't change the default browser using the correct API in Windows 10 and corrupts the settings.Solved4KViews0likes3CommentsEdge update group policy not appearing in user configuration
Take a look at this picture: in Computer Configuration, I have 3 set of policies but in User Configuration, I only have 2 set of policies, 1 is missing which is "Microsoft Edge Update" why? this is a non-domain-joined computer and I need it to be in User Configuration to modify auto-update settings, Not in Computer Configuration.4.7KViews0likes2CommentsEdge insider Dev bypasses IE mode website list
My Server and clients are both Windows Server 2019 (fully updated), Microsoft Edge insider Version 79.0.279.0 (Official build) dev (64-bit), here are the Group Policies being applied to Edge insider Dev in edge://policy/ the group policy object is being applied domain-wide to all authenticated users and to user configuration. { "edgeMetadata": { "OS": "Windows Server OS Version 1809 (Build 17763.737)", "application": "Microsoft Edge", "revision": "cac50b437460e1c0d876f57aa37f19c38fa0696f", "version": "79.0.279.0 (Official build) dev (64-bit)" }, "edgePolicies": { "EdgeCollectionsEnabled": { "level": "mandatory", "scope": "user", "source": "platform", "value": true }, "HomepageLocation": { "level": "mandatory", "scope": "user", "source": "platform", "value": "<a href="<a href="<a href="http://www.google.com" target="_blank">http://www.google.com</a>" target="_blank"><a href="http://www.google.com</a" target="_blank">http://www.google.com</a</a>>" target="_blank"><a href="<a href="http://www.google.com</a" target="_blank">http://www.google.com</a</a>" target="_blank"><a href="http://www.google.com</a</a" target="_blank">www.google.com</a</a</a>>>" }, "InternetExplorerIntegrationLevel": { "level": "mandatory", "scope": "user", "source": "platform", "value": 1 }, "InternetExplorerIntegrationSiteList": { "level": "mandatory", "scope": "user", "source": "platform", "value": "\\\\SERVER-1\\share\\sites.xml" }, "SendIntranetToInternetExplorer": { "level": "mandatory", "scope": "user", "source": "platform", "value": true }, "ShowHomeButton": { "level": "mandatory", "scope": "user", "source": "platform", "value": true } }, "extensionPolicies": { } } And here is my list of Enterprise IE mode website: <site-list version="3"> <created-by> <tool>EMIESiteListManager</tool> <version>10.0.14357.1004</version> <date-created>09/30/2019 08:56:15</date-created> </created-by> <site url="bing.com"> <compat-mode>Default</compat-mode> <open-in>MSEdge</open-in> </site> <site url="necacom.net"> <compat-mode>Default</compat-mode> <open-in>MSEdge</open-in> </site> </site-list> Created by Enterprise Mode Site List Manager. in both server and client, I am the administrator. so what am I missing?Solved3.7KViews0likes4Comments