mavhc Posted January 15, 2020 Posted January 15, 2020 Thanks. So Microsoft has 9500 instances of open source code in their products
jthompson Posted January 16, 2020 Posted January 16, 2020 I thought this might be coming through as an available update in WSUS, but their documentation doesn't mention that at all.
DrCheese Posted January 16, 2020 Posted January 16, 2020 So I've got this auto signing into Azure AD but there's no GPO to force it to turn on Sync (Only completely disable it...) which I thought it supported - Annoying!
Simcfc73 Posted January 16, 2020 Posted January 16, 2020 That's lovely and fast and works on LTSC.. gonna miss you IE with all your crashes
timbo343 Posted January 16, 2020 Posted January 16, 2020 (edited) Microsoft have released a 'preview' version of its Group Policy (ADMX) templates for Edge. Download: Microsoft Edge (Insider) Administrative Template.zip https://techcommunity.microsoft.com/t5/Discussions/Early-preview-of-Microsoft-Edge-group-policies/m-p/693929#M5164 Is this still the best place to get the ADMX files from? EDIT - actually, i think this is now the place to get them from https://docs.microsoft.com/en-us/deployedge/configure-microsoft-edge. There is a link on the page which takes you to https://aka.ms/EdgeEnterprise. Download the policy files which come down as a .cab file. Extract the cab file and you will have the adm and admx files that you require. Edited January 16, 2020 by timbo343 1
MartinT Posted January 16, 2020 Posted January 16, 2020 I far prefer the Edge UI so I hope they don't spoil it.
timbo343 Posted January 16, 2020 Posted January 16, 2020 There may be one thing that MS need to fix to get Edge (and Google Chrome) to work correctly - that is the Cryptographic Services. There are articles online explaning that Chrome will hang showing the Establishing Secure Connection which slows the browser(s) down. This rings true for Edge too as i guess it's built on the Chromium platform. Disabling this service makes the Chromium browsers run smooth. Looks to me like we need to try and disable the first time run screen / get started screen from Edge though I do wonder if this is to do with setting up edge when using local or mandatory profiles.
arh1a Posted January 16, 2020 Posted January 16, 2020 Looks to me like we need to try and disable the first time run screen / get started screen from Edge though I do wonder if this is to do with setting up edge when using local or mandatory profiles. According to the change log for Dev branch build 81.0.389.2 its been added so will have to wait for the newer Stable build and ADMX to be updated - Added a management policy to prevent the first run experience from running. Show stopper for me is favourites not syncing with the redirected favourites folder as the new Edge GPOs don't seem to have a setting like the Legacy Edge version - Keep favourites in sync between Internet Explorer and Microsoft Edge Not a show stopper but Edge creating a desktop shortcut like Chrome does is a bit annoying for my OCD.
timbo343 Posted January 16, 2020 Posted January 16, 2020 According to the change log for Dev branch build 81.0.389.2 its been added so will have to wait for the newer Stable build and ADMX to be updated - Added a management policy to prevent the first run experience from running. Show stopper for me is favourites not syncing with the redirected favourites folder as the new Edge GPOs don't seem to have a setting like the Legacy Edge version - Keep favourites in sync between Internet Explorer and Microsoft Edge Not a show stopper but Edge creating a desktop shortcut like Chrome does is a bit annoying for my OCD. Thanks for the information about 81.0.389.2 and the new ADMX files. The "show stopper" you mentioned about the Favs, i have to agree too though i do feel that we may have to look at a "new way of doing things" as the favs are now stored as a HTML file just like Chrome (obviously) and burried deep in Local Appdata. There is the option to move the "user data" of edge to another location however this is not advised which i can understand.
Popular Post Arthur Posted January 16, 2020 Author Popular Post Posted January 16, 2020 (edited) Not a show stopper but Edge creating a desktop shortcut like Chrome does is a bit annoying for my OCD. As with Chrome, it is possible to disable the creation of the desktop shortcut via "masterpreferences". For the 64-bit Edge MSI all you need to do is go to the CustomAction table, find an Action called BuildInstallCommand and add the text highlighted in red below to the same place in the Target. This will prevent the creation of the desktop shortcut during installation. /silent /install "[ProductTag]" /installsource enterprisemsi[OptOmahaArgs] /appargs "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%2C%22msi_product_id%22%3A%222D0AE8FB-D52E-3D51-845F-FF1A7FFBB09E%22%2C%22allow_downgrade%22%3Afalse[color="#FF0000"]%2C%22do_not_create_desktop_shortcut%22%3Atrue[/color]%7D%7D" To make it easier I have also attached an MST with the target already modified. Edit. I also made a quick PowerShell script that takes some masterpreferences settings, encodes them in the correct format and generates a new target command for the x64 Edge MSI. $Preferences = '{ "distribution": { "msi": true, "system_level": true, "verbose_logging": true, "msi_product_id": "2D0AE8FB-D52E-3D51-845F-FF1A7FFBB09E", "allow_downgrade": false, "do_not_create_desktop_shortcut": true } }' -replace " |`r|`n",'' $Target = '/silent /install "[ProductTag]" /installsource enterprisemsi[OptOmahaArgs] /appargs "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata=' $NewTarget = '{0}{1}{2}' -f $Target, [uri]::EscapeDataString($Preferences), '"' $NewTarget | ClipMicrosoftEdgeEnterpriseX64.mst Edited January 16, 2020 by Arthur 5
Arthur Posted January 17, 2020 Author Posted January 17, 2020 Just to add to my post above. The quoted msi_product_id and appguid are taken directly from the 64-bit v79.0.309.65 Edge MSI so are very likely to change in the future. The same applies to the MST.
mavhc Posted January 17, 2020 Posted January 17, 2020 Weird issue with ChrEdge GPO install, kept failing until I increased the GPO processing time. BTW you won't be updating ChrEdge in WSUS, they're not putting it in, because WSUS is dead.
3s-gtech Posted January 17, 2020 Posted January 17, 2020 It won't be going out via WSUS, but I suspect that security updates to it may do so (can't find much on that yet).
Popular Post Arthur Posted January 17, 2020 Author Popular Post Posted January 17, 2020 (edited) It won't be going out via WSUS, but I suspect that security updates to it may do so (can't find much on that yet). https://twitter.com/anjillan/status/1217648074719404033 See also: www.systemcenterdudes.com/sccm-intune-edge-chromium Edited January 17, 2020 by Arthur 5
3s-gtech Posted January 17, 2020 Posted January 17, 2020 Confirmed - that option appears in non-SCCM WSUS. It's not dead! Who knew?
DBazeley95 Posted January 17, 2020 Posted January 17, 2020 Have you managed to deploy the browser via WSUS? Mine is downloaded and approved but every client PC I try isn't pulling the update.
3s-gtech Posted January 17, 2020 Posted January 17, 2020 I haven’t started the GP prep yet, so haven’t tested deployment. I tend to hold fire on doing this with new MS releases due to...QC issues.
Arthur Posted January 20, 2020 Author Posted January 20, 2020 BTW you won't be updating ChrEdge in WSUS, they're not putting it in, because WSUS is dead. You might find the following URL useful should ever want to write your own updater. https://edgeupdates.microsoft.com/api/products?view=enterprise
3s-gtech Posted January 21, 2020 Posted January 21, 2020 Test deployment of 79 out to a few PCs using old school GP MSI deployment. Installs quickly. Few quirks with GP settings that I'm getting through okay. Hate the first use wizard thing, but may be unavoidable at this stage. Updates for 79 showing in WSUS fine.
themightymrp Posted February 7, 2020 Posted February 7, 2020 Am I being blind here, I can't find a GPO setting to disable the first run thing? Is it not possible to get rid now?
DrCheese Posted February 7, 2020 Posted February 7, 2020 Not being blind - It's not coming until the next version apparently. 1
themightymrp Posted February 7, 2020 Posted February 7, 2020 Scratch that, have just read on another thread that it will be introduced in the v80 build
timbo343 Posted February 7, 2020 Posted February 7, 2020 Am I being blind here, I can't find a GPO setting to disable the first run thing? Is it not possible to get rid now?I had heard that future ADMXs were going to stop this. I haven't been looking for the new ADMXs though for version 80.
arh1a Posted February 10, 2020 Posted February 10, 2020 Just to give people the heads up the new ADMX files for build 80 now have Hide the First-run experience and splash screen Hopefully a favorites sync one will be out in a later build. 1
mavhc Posted February 10, 2020 Posted February 10, 2020 Why are the admx files inside a zip file inside a cab file? Am I going to have to script something to update admx files too?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now