Easily install and update apps on your home PC with Patch My PC Home Updater

My colleagues and I oversee numerous applications across our 6,000 managed workstations. Keeping these applications up-to-date is critical, as 70% of successful malware attacks target outdated vulnerabilities. Security updates occur monthly, sometimes even more frequently. Repackaging applications for managed devices is time-consuming, so we adopted Patch My PC years ago.
Patch My Pc enables us to save countless hours by automating the patching process for many applications installed on our workstations managed by Configuration manager or Intune. But what about your personal owned Windows devices?

Read more

Deploy Microsoft Project and Visio (Click-to-run)

I got a request at work if I could create the deployment of the latest versions (Click-to-run) of Microsoft Visio and Project and set the Monthly update channel. The deployment of the applications should be made available in the Company Portal for users that are a member of the Entra ID synced Active Directory group to which the Visio and or Project Online plan licenses are assigned to.
We still run a 32 bits MS365 Apps on devices so got a mix of 32 bits and 64 bits MS 365 apps. The deployment should automatically detect the MS 365 apps architecture and then install the correct 32 or 64 bits version of Project and / or Visio. In this post I will show you how I did this. I will also provide all the sources and scripts you need to accomplish this.

Read more

Uninstall Adobe Flash with KB4577586

Microsoft has released a Windows update (KB4577568) that removes Adobe’s Flash Player before it reaches end of support on December 31, 2020. However, it isn’t rolling out via Windows Server Update Service (WSUS) yet, and the update needs to be downloaded and installed from the Microsoft Update Catalog. It will become available to WSUS in early 2021. In this post I will show how you can Import this update in WSUS and deploy it with MECM (Software Update Point).

Read more

Deploy Windows 10 build as a feature update

feature-image-w10-sup

With MECM (SCCM) you can deploy a new Windows 10 build in two ways. You can deploy Windows 10 build as a feature update (Servicing) or you can create a task sequence (in-place-upgrade).

In my opinion with a task sequense you can easy create pre and post actions based on variables but the time that a user can’t use the computer (downtime) can be quiet long.

Deploying the feature update with servicing is much more user friendly, because there is almost no downtime for the user. Creating pre and post actions can be done but are not easy and can’t be based on variables like task sequence steps can.

Read more