User Profile
JBrunsden
Copper Contributor
Joined Jun 17, 2020
User Widgets
Recent Discussions
Re: Edge custom extension not installing
Hi Kelly_Y, Hard to say to be honest, I couldn't pinpoint to an exact release but the extension has not updated correctly from a release in the months of Dec / Jan. I know that I received an update to the extension that we released on Dec 7th so it was from that date onwards that subsequent updates have not updated correctly. Thanks1.3KViews1like4CommentsEdge custom extension not installing
Hi, We host a custom extension internally that we have been deploying using the ExtensionInstallForcelist / ExtensionInstallSources. It has been installing and updating until recently, however it seems to have stopped working. In the debug logs I can see the following: Forced extension <ExtensionID> failed to install with data=failure_reason: 16; install_stage: 2; downloading_stage: 9; downloading_cache_status: 2; manifest_invalid_error: 3 The manifest file looks correct and the GPOs are reported as OK in edge://policy. Are the above error codes documented, so that we can narrow down what the toot cause may be? Thanks,1.5KViews0likes6CommentsRe: Google Apps - Blocked personal accoutns
Hi, Do you mean approve that app via the Intune console so that the user can download / install? If so, the app is allowed for enrolled devices, however the functionality for the app to work seemingly requires access log in to a personal Google account (which in our con configuration policy we block for Cyber reasons). If not - could you share any docs that describe the approval, you refer to? Thanks,826Views0likes0CommentsGoogle Apps - Blocked personal accoutns
Hi, We have deployed a Configuration Policy for Android which blocks the use of Personal Google accounts. Our devices are in a Fully Managed configuration. One of our users is trying to use the Google Assistant with Android Auto and it appears we need to enable 'Personal Results' https://support.google.com/googlenest/answer/7684543?hl=en-GB&co=GENIE.Platform%3DAndroid#zippy=%2Ccars This requires a personal Google Account, which we cannot enable for Cyber Security reasons. Do we have any options here / is this a known problem? Given a 'managed' Google account exists on the device, can you leverage that to enable this functionality, or is this just an accepted known issue that without a personal account you cannot use apps in this way? Thanks,1.1KViews0likes3CommentsRe: Microsoft Edge Testing Mode Missing
Kelly_Y Thanks, that does seem to do the trick. Previously it was in that context menu without the need to add the command line flag, so was that a conscious decision to remove that as part of a recent release,? Quite a few of our supported users had been using this feature, is there anyway to enable that wouldn't require amending the command line. (e.g. via GPO?) if this is now the only way to enable it. Thanks2.5KViews0likes2CommentsMicrosoft Edge Testing Mode Missing
Hi, The option to test a site in either IE Mode / Edge seems to be missing from the More Tools menu option (Version 95.0.1020.30): It is still listed as being available on this page: https://docs.microsoft.com/en-us/deployedge/edge-ie-mode-faq Has this be moved elsewhere or completely removed? Thanks2.7KViews0likes7CommentsRehearse with Coach - Monthly Enterprise Channel
Hi, I have a user who I'm trying to support who is missing the Rehearse with Coach functionality in PowerPoint. They are using version 2105 version of 365 on the Monthly Enterprise Channel but cannot see the feature. I have tested with a client on 2106 - Current Channel and can see the option under the Slide Show tab. I've seen this post which seems to suggest its only available on Current Channel: https://answers.microsoft.com/en-us/msoffice/forum/all/rehearse-with-coach-is-missing-on-powerpoint/ab1fa517-54f9-4f81-8c8f-cd5735be3d42 But surely we should now be seeing it in the Monthly Enterprise version given it appears to have been added to Current way back in version 2012? Thanks1.4KViews1like2CommentsODT - Not applying MAK key to installed products
Hi, We are currently in the middle of deployment of 365 AfE, upgrading various clients with a wide array of clients installations from 2010->2016 of both the main Office Suites and Visio/Project also of varying versions. We are using the following XML to upgrade the 'core' Office suite and associated Visio and Project installs, which is doing its job and removing old versions and installed 365 and the associated C2R versions of Project/Visio should they be present. However despite installing they are not activating automatically. The XML is as follows: <Configuration ID="fc09f988-d967-4213-bace-63b0c07c4a03"> <Info Description="x86 Retain Non-Core Upgrade 2016" /> <Add OfficeClientEdition="32" Channel="MonthlyEnterprise" SourcePath="UNCPATH" AllowCdnFallback="TRUE"> <Product ID="O365ProPlusRetail"> <Language ID="MatchOS" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Lync" /> <ExcludeApp ID="Bing" /> </Product> <Product ID="VisioStdXVolume" MSICondition="VisStd,VisStdR" PIDKEY="visstdkey"> <Language ID="MatchOS" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Lync" /> <ExcludeApp ID="Bing" /> </Product> <Product ID="ProjectStdXVolume" MSICondition="PrjStd,PrjStdR" PIDKEY="prjstdkey"> <Language ID="MatchOS" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Lync" /> <ExcludeApp ID="Bing" /> </Product> <Product ID="VisioProXVolume" MSICondition="VisPro,VisProR" PIDKEY="visprokey"> <Language ID="MatchOS" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Lync" /> <ExcludeApp ID="Bing" /> </Product> <Product ID="ProjectProXVolume" MSICondition="PrjPro,PrjProR" PIDKEY="prjprokey"> <Language ID="MatchOS" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Lync" /> <ExcludeApp ID="Bing" /> </Product> </Add> <Property Name="SharedComputerLicensing" Value="1" /> <Property Name="PinIconsToTaskbar" Value="FALSE" /> <Property Name="SCLCacheOverride" Value="0" /> <Property Name="AUTOACTIVATE" Value="1" /> <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" /> <Property Name="DeviceBasedLicensing" Value="0" /> <Updates Enabled="TRUE" /> <RemoveMSI> <IgnoreProduct ID="InfoPath" /> <IgnoreProduct ID="InfoPathR" /> <IgnoreProduct ID="SharePointDesigner" /> </RemoveMSI> <AppSettings> <Setup Name="Company" Value="Company Name" /> <User Key="software\microsoft\office\16.0\excel\options" Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas" /> <User Key="software\microsoft\office\16.0\powerpoint\options" Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" /> <User Key="software\microsoft\office\16.0\word\options" Name="defaultformat" Value="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" /> </AppSettings> <Display Level="None" AcceptEULA="TRUE" /> <Logging Level="Standard" Path="C:\Support\Logs" /> </Configuration> If we run the Visio and Project installs independently they are fine. However the MSICondition is clearly working as it is correctly removing and installing the right versions. Thanks, John1.1KViews0likes1CommentLatest ODT - MonthlyEnterprise Channel not working?
Hi, We've been deploying 365 using the ODT from June (16.0.12827.20258) specifying "MonthlyEnterprise" for the Channel attribute. However open updating to the latest ODT (16.0.13328.20336) "MonthlyEnterprise" no longer works? Testing with the sample files that come with the ODT, it works with both "Current" and "Monthly" being used but not "MonthlyEnterprise". The above is equally confusing when following docs do not have '"Monthly" listed as an acceptable value: https://docs.microsoft.com/en-us/deployoffice/office-deployment-tool-configuration-options I know the Channels have been updated recently, but assuming the above documentation page is correct then I dont see why "MonthlyEnterprise" does not work? Thanks,1.1KViews0likes1CommentIE Mode - Not Secure
Hi, We have an issue with one site that has been added to our Enterprise Site List, the site in question works as intended however our users are getting a message that the site is not secure: This is only once logging in to the site, at the main page, it shows as secure: Does anybody have any advice as to why this may be happening, as users are wary of using the site given the above. Accessing the site via IE naively with no issues or warnings. Thanks1.9KViews0likes2CommentsRe: ExtensionInstallForcelist - Multiple GPOs
ashishpoddar Hi, Unfortunately that just isn't possible with a current scenario, we enforce a Cyber GPO that pushes the ATP extension among other things, so this will always be above any user policies. I think the issue here would ultimately be resolved if the ExtensionInstallForcelist could just be populated with values from multiple GPOs, even in two separate Device GPOs one has to take precedence of the other and we cannot implement the way you described because of the reason above. It looks like Chrome has GPOs that could work around this: https://cloud.google.com/docs/chrome-enterprise/policies/?policy=PolicyDictionaryMultipleSourceMergeList https://cloud.google.com/docs/chrome-enterprise/policies/?policy=PolicyListMultipleSourceMergeList This presumably allows for separate values to be merged, so something like this could work in Edge? For now we will probably have to look at putting all our extensions in one policy, but as initially stated, this isn't really flexible in an Enterprise environment for certain use cases. Thanks8.1KViews1like4CommentsRe: ExtensionInstallForcelist - Multiple GPOs
Hi ashishpoddar, Below is the screenshot from the edge://policy/ screen. I did initially set this up with both exceptions defined in separate GPOs under Computer Config but same error as above even when one is defined in Computer and another in User (still separate GPOs). Thanks, John8.3KViews0likes7CommentsExtensionInstallForcelist - Multiple GPOs
Hi, I'm trying to utilize the ExtensionInstallForcelist GPO to install extensions silently for our users. We want to be able to distribute some extensions globally to all customers (using a global GPO) and then specific extensions to a sub-set of customers (using a local specific GPO). Currently you appear to get a conflict message when trying to do this. It appears multiple extensions need to be defined in one GPO only, which isn't ideal for scenario above. Is it possible to get round this issue?8.9KViews0likes10CommentsIE Mode - HTML elements not working correctly
Hi, So we have deployed the IE mode within Edge, successfully to a group of pilot users. In the main it is working very well, however on some websites, we have some very specific issues with certain elements on a page not working despite the page correctly launching in IE11 mode. 1. Collapsible element, that is used to expand a body of text does not work. 2. Buttons, for example a PDF button that will download a copy of a PDF does not work (I inspected the code and can see this is calling a OnClick() function). Both points above work fine when we load the sites in IE11 independently of Edge. Would anybody have any ideas as to why this is happening or some troubleshooting we can try? Thanks,4.3KViews0likes1Comment
Recent Blog Articles
No content to show