What’s New in Microsoft Intune: September 2024 Updates

In September 2024, Microsoft Intune introduced several new features aimed at enhancing device management and streamlining IT administration. Key updates include expanded support for macOS device management, improving configuration options for automated device enrollment and app delivery. Intune now supports macOS 15.1 and iOS 18.1, ensuring day-zero compatibility with Apple’s latest operating systems. Another significant … Read more

Install Driver Pack with PowerShell

When managing devices in a Windows environment, automating driver installation can simplify the process, especially when dealing with numerous drivers. PowerShell provides an efficient way to automate driver installation with just a few lines of code. This method is particularly useful when deploying driver packs via Microsoft Endpoint Configuration Manager (MECM) or Intune, allowing administrators … Read more

Configure Delivery Optimization with Intune

This guide will help you configure Delivery Optimization settings in Intune. Please follow the steps below: Navigate to the Delivery Optimization settings in Intune: Configure the Delivery Optimization settings: Download Mode: Restrict Peer Selection: Bandwidth: Delay background HTTP download: Delay foreground HTTP download: Caching: Local Server Caching: Delay foreground download Cache Server fallback: Delay background … Read more

Remove Appx Packages with Intune Remediation

Remove appx package with intune remediation

Introduction In this article, I will explain a remediation I created to remove specific Appx packages from Windows devices using Intune. The purpose of this remediation is to ensure that certain unwanted or unnecessary Appx packages are not present on managed devices. This helps in maintaining a clean and streamlined environment for users. Objective : … Read more