I wrote a blog post on App groups in MEMCM 1910 which is a really great feature. In that blog post I covered uninstall and the fact that the uninstall was made in the same order as the install, which I for one never uses. https://ccmexec.com/2019/12/application-groups-in-configuration-manager-1910/ I also added a link to a user voice…
New Group Policies in Edge Chromium 80
With a new version of Edge Chromium there is of course new setting we can do = new ADMX/AMDL files. It is important for admin to keep up so even if we allow auto-update of Edge Chromium there is still work that needs to be done for every new release. This is the new Group…
MEM Co-Management workload Mobile Apps
I got this question many times “what does the Mobile Apps Co-Management workload actually do”. So here is a short post on the topic. It is fairly simple it controls where applications (PowerShell scripts) can be installed from, Intune & MEMCM or only Configuration Manager. We start by enabling the Mobile apps feature which is…
Autopilot, ESP and extra login/reboots
Windows Autopilot is a great feature and together with the Enrollment Status Page (ESP) it becomes even more powerful as we can make sure for example configuration, applications, certificates and much more is applied before the end-user logs on for the first time so we can optimize their experience. During our latest projects we have run into…
Deploy Edge Chromium using MEMCM and PowerShell executionpolicy
Been testing Edge Chromium deployment a lot the last couple of days as the we are getting really close to release when I write this.. Configuration Manager 1910 has a builtin feature to deploy and update Edge Chromium which looks great, hard to test the update part as the Stable release and updates are not…
Application Groups in Configuration Manager 1910
Application groups have been around for some Technical Preview releases and it was introduced in Current branch 1906. In MEMCM 1910 we got to new features: Deploy to User collections Allow end user to uninstall an available app group. It is the latest of the two we will look into in this post, Uninstall. Being…
Retry Installation for Approved application using PowerShell
I wrote a post on What’s new in application requests in Configuration Manager 1906 over at 4sysops.com https://4sysops.com/archives/whats-new-in-application-requests-in-sccm-1906/ One of the things that is new i the possibility to Retry an Installation if it fails or is uninstalled manually for example. In the post over at 4Sysops I had three sample scripts on how to…
How to provision a modern application during OSD
This solution is not universal; complex applications with tons of dependencies or that is bound to user profiles will not work, but it covers the most basic needs of installing for example driver related applications, like the one in this example. A customer of ours have a great number of machines with Nvidia graphics adapters…