To follow up on the post on deploying a Windows 10 multi-app kiosk using MEMCM, this post shows how we can update the configuration using Run Scripts in Configuration Manager (MEMCM). A little background. In the last post, we deployed a Windows multi-app kiosk using an assigned access and PowerShell script during OS deployment. But…
Category: Windows 10
Deploy a Windows 10 multi-app kiosk with MEMCM and PowerShell – 4Sysops
I wrote a post on how to use Autologon.exe and PowerShell, thanks Johan Schrewelius, to make Autologin in Windows 10 a little bit more secure a while ago. https://ccmexec.com/2020/08/windows-10-secure-autologon-powershell/Taking this one step further I wrote a blogpost for 4Sysops.com on how to configure a multiapp Kiosk where that script is used as part of the…
MS Edge v85 roaming profile + UE-V
One of the new features in MS Edge v85 is support for roaming profile settings to a local file, profile.pb. This is great news for many organizations that cannot synchronize the user settings to Azure AD account due to for example laws, compliance or lack of Azure AD Premium. More information about the new feature…
Windows 10 Secure AutoLogon – PowerShell
I wrote a blog post in June on how to use AutoLogon.exe in a Task Sequence to configure AutoLogon in Windows 10. https://ccmexec.com/2020/06/configuring-autologon-during-osd-using-autologon-exe/ After writing that post my colleague Johan Schrewelius wrote a nice little C# part for us which we use in Powershell so we can create and configure a LSA secret using PowerShell…
Roam Microsoft Teams custom backgrounds with UE-V
Custom backgrounds in Microsoft Teams is a really great feature, I love it! Use it all the time! I got a question if users can roam their custom backgrounds somehow between machines and of course User Experience Virtualization(UE-V) comes to the rescue. If UE-V is already used and configured on the computers it is really…
Distribute Drivers at Mach speed
This is a report from the “Onevinn utility research kitchen” where we have spent a few days contemplating and testing driver distribution during OSD. Driver distribution appears to be the talk of the town and new solutions keep popping up at a high rate. Most of these solutions target bandwidth utilization and involves distributing compressed…
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…
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…