Forum Discussion
matyaskoc
Oct 25, 2019Copper Contributor
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 https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#newtabpagec...
- Jan 16, 2020
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!
Vipin_nair
Dec 09, 2021Copper Contributor
please 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"
}
}
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"
}
}