A big ask and dream has been a Webbased admin portal for Configuration Manager for a long time. The new feature in Configuration Manager 2002.2 Technical Preview “Device sync and actions” is the first look at the feature promised and presented at Ignite in 2019. This new features is hopefully the start with more features…
Category: Intune
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…
QuickTip: Intune Win32app and .intunewin file name
A quick Friday tip about Intune Win32Apps that I find annoying. When using PSAppDeploymentToolkit togethe with Intune the filename in Intune will always be “Deploy-Application.Intunewin” as we point to that when we wrap the application as shown below. The same applies for setup.exe or install.exe as well and other unattended setups. The filename of the…
Configuring HP BIOS settings using Intune Win32app and PowerShell
Last week my coworker Sassan (@sassan_f) and I wrote a post on how to manage Dell BIOS/UEFI settings using PowerShell and wrap that in a Win32app in Intune. After that post there was many asks on how to do it for HP so here it is. Setting the password is important because knowing the password…
Configuring Dell BIOS Settings using Intune Win32App and PowerShell
By my Padawan and co-worker Sassan. This is a quick post about the possibility to manage and configure some BIOS settings on Dell computers using Intune and Win32 apps. In this example we’re going to set an BIOS/admin password, but this could of course be expanded to configure other settings that are available through the…
Troubleshooting Intune Win32app deployments
In Configuration Manager we always had log files for everything, extremely useful when troubleshooting. In Intune we have the event log and the MDMDiagnosticsTool which is our best friends. Win32app and PowerShell Scripts deployed are installed using the Intune Management Extension and for that we do have log files where we can track/troubleshoot application deployment….
Roam Chrome Settings with Onedrive4B with Intune or GPO
I wrote a post on how to roam Google Chrome settings using UE-V a while back making Chrome a great experience as we can roam bookmarks, settings, and more to a single file, “Profile.pb”. Note: enabling Roaming profile support removes the possibility to sync with the Google Cloud using a Google account.https://ccmexec.com/2018/09/using-google-chrome-roaming-profile-settings-with-ue-v/ Now time has…