Windows 11 Enterprise LTSC 2024 is Now Available

Microsoft has officially launched Windows 11 Enterprise LTSC 2024 (Long-Term Servicing Channel). This version of Windows 11 targets organizations that need a stable, reliable, and secure environment. Specifically, it is ideal for industries like healthcare, manufacturing, and finance, where system consistency is crucial for operational efficiency. Key Features of Windows 11 Enterprise LTSC 2024: In … Read more

Security Update for Microsoft Configuration Manager 2403: KB29166583

The recent KB29166583 hotfix for Microsoft Configuration Manager version 2403 addresses security vulnerabilities, particularly improving the security between the Management Point and the site server database. This update strengthens the overall security posture by recommending the use of an alternate account instead of a computer account for Management Point connections. The hotfix was initially released … Read more

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

PowerShell Arrays: A Complete Guide

Arrays are a fundamental aspect of programming, and PowerShell is no exception. Arrays allow you to store multiple values in a single variable, making data management much easier. In this post, I’ll explore different ways to create arrays in PowerShell and the benefits of each method. I’ll also provide some practical examples to help you … 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

Create a PowerShell Log Buffer

Powershell log buffer

Introduction to the PowerShell Log Buffer Script This PowerShell script enhances logging performance by temporarily storing logs in a PowerShell log buffer and periodically writing them to a log file. By minimizing the frequency of disk I/O operations, this script ensures more efficient logging, which is particularly useful in scenarios requiring extensive log generation. The … Read more

Microsoft’s Copilot Recall: Transforming User Feedback into Robust Security

The recent announcement about the Copilot Recall feature for PCs, detailed in Microsoft’s blog, caught my attention. Microsoft’s response to user feedback has been impressive, demonstrating their commitment to addressing concerns and improving their offerings. In this post, I’ll delve into the details of the update, the changes made, and why it’s a significant step … Read more