This solution is provided to the Community by Daniel Gråhns and Nicklas Eriksson, Twitter(Sigge_gooner), thank you for sharing it! Great work! As the title says it is a solution for deploying drivers and software during a Task Sequence using HP Image Assistant. The benefit of using this is that you can automate the whole process…
Category: Configuration Manager
Update Edge source files in MEMCM using PowerShell
Edge is updated often and if we use AutoUpdate which I think we should use for Edge it is automatically updated after OS deployment. But in some cases, we need policies to be applied to Edge that are only supported in newer versions then we need to make sure it is updated when the user…
Windows Servicing in the work from anywhere era using IPUInstaller
During the Nordic Virtual Summit me and Ronni Pedersen did a session on “Windows Servicing in the work from anywhere era”, great event, great fun! Nordic Virtual Summit – A virtual IT Pro Community Event! During that session we demoed a new community tool or actually two community tools from my colleague Johan Schrewelius. DeploymentScheduler…
BitLocker Administration Service in MEMCM
Starting in ConfigMgr Current branch 1910 integrated BitLocker management (MBAM) is supported. This is all well and fine except one detail; it does not include the Administration Service Endpoint available in MBAM standalone. This endpoint is, most cases, crucial if you are using any kind of automation, management system, custom helpdesk tool or such. This…
Map drives when connecting to corporate network
In every modern management project where we use Azure AD Join instead of traditional domain join, there are always some network drives that needs to be mapped for the end users. Not very modern I know but there is a real world out there as well.When we use a modern client using sleep or hibernate…
Deploy Adobe Flash Removal update KB4577586 using MEMCM
Support for Adobe Flash is going away on the 31st of December 2020 as announced by Adobe back in 2017, https://www.adobe.com/se/products/flashplayer/end-of-life.html In October 27th Microsoft released an update that will remove Adobe Flash Player, which is a good thing, https://support.microsoft.com/en-us/help/4577586/update-for-removal-of-adobe-flash-playerWe need to make sure it is removed as it is no longer supported = big…
Update Windows 10 multi-app kiosk using Run Script in MEMCM – 4Sysops
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…
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…