Jun 19 2020 08:02 AM
Hello,
I am testing the new Edge browser (I love it btw). Setting IE mode for specific websites and all kinds of other things and its working out great so far. I've noticed that for some reason it completely ignores USER Group Policies so for now I am setting everything under COMPUTER. My issue is that I am trying to make it so that when you search from the address bar or the Office 365 experience new tab page it uses Google instead? I have all these policies and it's not working.
Any idea's as to what I am doing wrong/missing here?
Jun 21 2020 07:54 AM
@WC_KStill are you aware that you cannot use Google to search in your Office 365 tenant? We decided to let the users to make their own mind up since the GPO's have not yet the possibility to set a preference, and changing things to Google cripples the usefulness of Edge with Office365.
Jun 21 2020 07:56 AM
Jun 21 2020 07:56 AM
Jun 21 2020 07:58 AM
Jun 21 2020 07:58 AM - edited Jun 21 2020 07:59 AM
That keeps the search and scrolling on the new tab page working.
Jun 21 2020 08:03 AM
@WC_KStill mmm we had this issue when using older gpo's from the Windows 7 era, they did not. And you have lots of that do work.
We have the Edge settings on user OU's and have no problem, with authenticated users in the security filtering, if you have a group there of separate accounts, then you have to add authenticated users .
Jun 21 2020 08:32 AM - edited Jun 21 2020 08:33 AM
I just realized I forgot to drag my test account into the same OU... uhh ill do that Monday. But I still need to figure out how to get the Search Bar to be google instead of bing.
Does it have anything to do with the O365 experience thing? If I change it to something different will it fix itself?
Jun 22 2020 07:25 AM - edited Jun 22 2020 07:33 AM
@WC_KStill For chrome the formula would have been (if you're using Encrypted):
https://encrypted.google.com/search?{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q={searchTerms}
Jun 22 2020 07:29 AM - edited Jun 22 2020 07:39 AM
Are you talking about the default provider url gpo?
Looks like you edited your reply and added a question -
I already have it automatically import chrome settings. That isn't the issue. As far as Google as our Default Search provider - we have had it like that for years. Our users throw a fit every time we change anything. We spoke to department managers and they all agreed they wanted Google so we decided to stick with Google but I cannot go live with this project before I figure this out. When I was originally looking at the GPO's (screenshot I provided above). It seemed really easy for me to set the default search provider but its not working so project is on hold until I can figure it out.
Jun 22 2020 07:40 AM
@WC_KStill Sorry ... the forum was interpreting the 'code' not as code, but as an HTML redirect.
Previously we also configured the 'Default Search provider Name' for Chrome as:
Google Encrypted Search
Jun 22 2020 07:52 AM
I tried your suggestion and it still doesn't work. These are all the policies I have currently configured:
Jun 22 2020 07:54 AM - edited Jun 22 2020 08:02 AM
@WC_KStill Yep, the policies respond to chromium.
If I'm reading your GPO correctly, you're not following the example value for the default search engine:
You don't have the actual URL, just the search value.
Start by pulling out the Image Search GPO components, and the 'Suggested Search' drop the number of search components to this and then try it again.
Jun 22 2020 08:02 AM
Originally I had
{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}ie={inputEncoding}
Which is what Microsoft states to use:
I've been searching around the net and using different suggestions including yours but none work.
As you can see here (this is something I just now noticed) it shows both search options in the dropdown. I manually selected Google and now it finally defaults to Google... weird
Jun 22 2020 08:05 AM
Look at the example text I hilighted in the bottom. (right under your hilight)
Jun 22 2020 08:05 AM
Jun 22 2020 08:13 AM
@WC_KStill So, it is quite likely that Edge is doing this slightly differently:
In the 'Default Search providers' list they are listing a keyword for the search provider:
In addition to the actual code line for the search:
{google:baseURL}search?q=%s&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:iOSSearchLanguage}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}
Jun 22 2020 08:17 AM
I am not sure how or why but after switching the GPO's from Computer to User policies this started working...
Here is what I am using
The exact values copy/paste from Microsoft
Jun 22 2020 08:27 AM - edited Jun 22 2020 08:28 AM
@WC_KStill Well, glad you found what appears to be a solution for you.
Given that I've not needed to force specific ones for specific users, I've typically done it entirely in Computer Policy.
After you configured the computer policy, did the setting update on the 'Privacy and Services > Address Bar' page? Or just on the configuration page? (Prior to changing the configuration to User Based')