Scripts

Automatically Migrate Applications from ConfigMgr to Intune with the Win32App Migration Tool

The Win32App Migration Tool is a free community tool that has been developed to do the scoping and heavy lifting for you as you consider building Win32apps in Intune while using your ConfigMgr apps as a reference. The tool is designed to inventory ConfigMgr Applications and Deployment Types, build .intunewin files and create Win32apps directly […]

Automatically Migrate Applications from ConfigMgr to Intune with the Win32App Migration Tool Read More »

User-Driven Home Drive Migrations to OneDrive using MEMCM

This script wont necessarily fit your environment, it may do with tweaking, but my hope is that it will give you an idea of how you can approach different challenges using the different tools in you arsenal. TL;DR The script can be found here https://github.com/byteben/OneDrive/blob/master/export-homedrive.ps1 During a recent Windows 10 adoption project there was a

User-Driven Home Drive Migrations to OneDrive using MEMCM Read More »

Update a Client Certificate Private Key using Intune Proactive Remediations

It is not unusual to still see 3rd party products being used in Windows 10. Brad Anderson said “Making a big impact starts with making things really simple” when he outlined Microsoft’s vision for modern management. I get this completely and agree with the rhetoric but some orgs are still trying to come around to

Update a Client Certificate Private Key using Intune Proactive Remediations Read More »

Deploy the Update for Removal of Adobe Flash Player (KB4577586) using Intune

In our previous post How to Uninstall Adobe Flash Player from Windows 10 with ConfigMgr (byteben.com) we reviewed the End of Life for Adobe Flash Player and what that meant for Windows 10 devices. We also stepped through a tutorial showing you how to deploy the update with ConfigMgr. Please review this post first as

Deploy the Update for Removal of Adobe Flash Player (KB4577586) using Intune Read More »

How to Uninstall Adobe Flash Player from Windows 10 with ConfigMgr

Update 22/01/21 I have now modified the script to include support for Windows Servers. In this tutorial, when prompted to download the updates from the Microsoft Update Catalog for “Windows 10”, also include updates for the server versions you plan to deploy the update to. Adobe Flash Player has been around, drilling security holes in

How to Uninstall Adobe Flash Player from Windows 10 with ConfigMgr Read More »

Listing Actual vs Expected DNS Records for a Microsoft 365 Tenant with PowerShell

In this post we will be looking at how we can list actual vs expected DNS records for a Microsoft 365 tenant with PowerShell. Background A Microsoft Office 365 Tenant requires certain DNS entries to be in place, for a verified domain, to ensure things like mail, collaboration and device management all work as expected.

Listing Actual vs Expected DNS Records for a Microsoft 365 Tenant with PowerShell Read More »

Using scripts to evaluate Win32 app requirements – “Require Chassis equals Laptop”

In this short post we will be looking at app requirements in the context of installing Win32 apps. What are App Requirements? App Requirements allow you to specify certain requirements are met before your app gets installed on your endpoint. If the requirements are not met the app will not install. Many admins create groups

Using scripts to evaluate Win32 app requirements – “Require Chassis equals Laptop” Read More »

Office 365 updates stop working when workloads are switched to Intune

The following post will highlight a scenario where Office 365 Updates stop working for clients that have the Office C2R Apps workload moved to Intune. This was a “Think and write it down blog” so my apologies for the structure (or lack of it) – I hope you can still follow my train of thought.

Office 365 updates stop working when workloads are switched to Intune Read More »

Deploy Service Announcement Toast Notifications in Windows 10 with MEMCM

You may have seen that many apps these days use “Toast Notifications” to inform the user of an event or to ask them to do something. If you have moved your workload to Intune for Windows Update Policies you would have encountered them for sure. UWP and Desktop Apps can leverage the ToastNotification and ToastNotificationManager

Deploy Service Announcement Toast Notifications in Windows 10 with MEMCM Read More »

Deploy custom Microsoft Teams backgrounds, easily, with PowerShell and Intune

This one has been in my blog queue for a while. @stuffygibbon did a shout out on Twitter so I thought I’d bring this post forward and show you how you can deploy a PowerShell script from Intune to install a custom background for your Microsoft Teams users! Custom Backgrounds for Teams? Microsoft announced a

Deploy custom Microsoft Teams backgrounds, easily, with PowerShell and Intune Read More »