Remove the Dev Home app with Intune
Today another short blog post about the removal of the Dev Home app, which comes with the new Windows 11 23H2 update.
Dev Home.... What on earth should you use this app in an Enterprise environment? So, I created a remediation script that we can deploy to our Intune managed systems using Microsoft Intune.
The remediation consists, as you probably know, of two PowerShell scripts, namely the detection and the remediation script.
You can find the scripts on my GitHub. Follow the steps below to implement it.
scripts/remediation at main · BurgerhoutJ/scripts
Go to the Intune portal
Go to Devices -> Remediations
Click on + Create script package
On the Basics tab, fill in a Name
Click on Next
On the Settings tab, click on the blue folder button and upload the Detect-DevHome.ps1 script
On the same blade, click on the blue folder button and upload the Remove-DevHome.ps1 script
Toggle the switch to Yes at Run this script using the logged-on credentials
Toggle the switch to Yes at Run script in 64-bit PowerShell
Click on Next
Click on Next
Choose your desired assignment, like all devices or an Entra ID group
Choose your desired schedule to run this remediation script
Click on Next
Click on Create
That's it. Now sit back and relax. Grab a ☕ or a 🍺.
Hopefully you liked this quick blog post. If you have any questions or comments, use the comment section below.
👋






