Forum Discussion
New tab logo - GPO
Hi,
I am currently trying to set up GPOs for our environment. However, I can't seem to figure out how should be the NewTabPageCompanyLogo policy used.
I got to the point where my JSON looks like this:
{
"default_logo": {
"url":"https://www.prefix.eu/img/logo-velke.png",
"hash":"94147173cb122c3d19e7cc6884d3e0194d5272d43f43ba493d2513f51e06e456"
}
}
and basically, this is what I minify and paste into the GPMC:
The problem is that Edge does not show the logo on the new tab and in edge://policy/ shows error state:
Key url: value is required. Key hash: value is required.
We are using version 78.0.276.20 Beta.
Any directions what I am doing wrong?
LBXComputers thanks for checking in! If you're using the Enterprise new tab experience then you can configure your company logo to appear on that page via the online admin center. You can read more about how to do that here: https://docs.microsoft.com/en-us/office365/admin/setup/customize-your-organization-theme?view=o365-worldwide
Please let me know if this is a good solution for you, or additional feedback if not. Thanks!
- LBXComputersBrass Contributor
I too are still seeing the Microsoft logo on the new tab page however the value is Status OK on the edge://Policy page.
Using Beta version 79.0.309.56
- vb_03Copper Contributor
Same here, Canary v81.0.381.0
- LBXComputersBrass ContributorAny progress on this? We'd like to deploy the new Edge company wide as soon as possible and this would be the cherry on top if it was working correctly.
- benwa_Copper Contributor
Looks like this is deprecated. The ADMX policy states:
DEPRECATED: This policy is deprecated. It is currently supported but will become obsolete in a future release. We are deprecating this policy because it doesn't work as expected and recommend that it not be used.
Womp womp.
- LBXComputersBrass Contributor😞
- bzayasCopper Contributor
I'm seeing the same exact Problem in the edge://policy it shows OK, but no logo on the New Tab page.
This is the JSON I have in the GPO
{
"light_logo": {
"url": "https://i.ibb.co/WpFnSYC/MCClogo.png",
"hash": "1D91CE425B40B227D07BC80D35C9487CEE0CFB48D626080CE4C429F9877714C9"
},
"default_logo": {
"url": "https://i.ibb.co/WpFnSYC/MCClogo.png",
"hash": "1D91CE425B40B227D07BC80D35C9487CEE0CFB48D626080CE4C429F9877714C9"
}
}- OliverTeglhusBrass Contributor
Bumping this
{
"default_logo": {
"hash": "5A75F0D5C6BEB34F772C35B1CC3FD05477D382FBCBB6F845E5926C20F14DD035",
"url": "*logo-url*"
},
"light_logo": {
"hash": "5A75F0D5C6BEB34F772C35B1CC3FD05477D382FBCBB6F845E5926C20F14DD035",
"url": "*logo-url*"
}
}Same issue i still get the Microsoft logo on the new tab. The policy page says that it's "okay" but it still doesn't work.
Any help please. 🙂
- TI_MasterCopper Contributor
I am having the same issue. The GPO looks correct and it shows up in edge://policy, but no logo is showing.
- AndyBentleyBrass Contributor
I've reported the same/similar issue on the Edge community:
- OliverTeglhusBrass Contributor
Has anyone figured out how to make the uploaded logo have a higher priority than the one you upload in the 365 Admin center.
It seems to be that it's that logo that is used and not the one i used with the GPO.
- LBXComputersBrass ContributorIt always shows the Microsoft logo dispute our portal being branded with our logo AND the policy being set.
- OliverTeglhusBrass Contributor
LBXComputers Yea if you use "Focused". It did switch the top left one for me in "Informational" or "Inspirational" view, but i'm thinking that's more to the fact that i'm signed in with my 365 account now since it actually uses the image uploaded from the Admin portal.
The GPO does not seem to work..
- JoeyJoeJoeCopper Contributor
matyaskoc We're currently on 80.0.361.62. Just tried to set it up, and it didn't work -- ended up here.
Learned about the "edge://policy/" shortcut, and upon checking it, "NewTabPageCompanyLogo" has an Error: "This policy isn't used anymore."
So it's officially been depreciated.
- Vipin_nairMicrosoftplease check your company policy /Firewall polcies is allowed to acces external websites: https://www.prefix.eu/img/logo-velke.png
Method 1:
Group Policy (ADMX) info
GP unique name: NewTabPageCompanyLogo
GP name: Set new tab page company logo (obsolete)
GP path (Mandatory): Administrative Templates/Microsoft Edge/Startup, home page and new tab page
GP path (Recommended): N/A
GP ADMX file name: MSEdge.admx
Method 2:
SOFTWARE\Policies\Microsoft\Edge\NewTabPageCompanyLogo = {
"default_logo": {
"hash": "cd0aa9856147b6c5b4ff2b7dfee5da20aa38253099ef1b4a64aced233c9afe29",
"url": "https://www.contoso.com/logo.png"
},
"light_logo": {
"hash": "517d286edb416bb2625ccfcba9de78296e90da8e32330d4c9c8275c4c1c33737",
"url": "https://www.contoso.com/light_logo.png"
}
}