In a recent transition from Citrix VDI to AVD (single and multi-session), the AVD devices are being efficiently managed by SCCM and Intune (co-management). As part of routine maintenance, we have implemented a weekly reboot schedule for our AVD devices to ensure optimal performance and security. To achieve this, I created a simple package with a command line (shutdown –r –f –t 300 “Rebooting the device as part of weekly maintenance”) for rebooting the devices weekly. From the time, the weekly reboot job implemented, there were no issues until someone reported to team that AVD device was rebooting daily at…
Author: Eswar Koneti
Introduction: Microsoft introduced an enhanced version of Teams (Teams 2.0) which was reimagined from the ground up for a faster, simpler, and more flexible experience. For more information about new Microsoft Teams, please refer https://adoption.microsoft.com/en-us/new-microsoft-teams/ Microsoft has posted a notification in M365 admin center stating, Classic Teams users to be updated to new Teams after March 31, 2024 and classic Teams will not be functional. Ref link https://admin.microsoft.com/?ref=MessageCenter/:/messages/MC706396 Here is the detailed Microsoft documentation for bulk installation of the new teams https://learn.microsoft.com/en-us/microsoftteams/new-teams-bulk-install-client New teams is MSIX application and installation path is C:\Program Files\WindowsApps\MSTeams_24004.1304.2637.3318_x64__8wekyb3d8bbwe where as classic teams is located in…
Introduction: In recent weeks, I was working on a project to transition devices from Citrix VDI to the Azure Virtual Desktop (AVD) platform, managing all AVD devices using Microsoft Intune as the device endpoint solution. While the AVD devices had the SCCM (MECM) agent installed, I encountered a noteworthy issue with Windows Update for Business (WUfB) that led me to an interesting discovery and a solution. WUfB Delay Issue: Upon provisioning and enrolling AVD devices in Intune, I observed a delay in the WUfB scan, with the devices not reporting to the WUfB service (Log Analytics) for several days. Despite…
Introduction: Microsoft Intune provides efficient way to deploy configuration settings across device fleets, offering reporting capabilities for successful, failed, or not applicable status for specific configuration profiles. However, understanding the applied settings on a per-device basis and identifying the governing configuration profile can be challenging. To see a list of configuration profiles that assigned to a device, you can go to intune, search for a device, and find the list of device configuration with status but this view doesn't tell you any settings inside the configuration profile and also no searching capabilities available. This makes thigs very complicate if you…
I have recently converted my hybrid Azure ad joined device to an Entra joined device (wipe the device and use autopilot) . While most tasks worked seamlessly, I encountered an issue with accessing the Active Directory Users and Computers MMC console. This blog post outlines the problem and provides a simple solution. After successfully converting my device to Entra join and ensuring it's connected to the corporate network, I faced an unexpected challenge when trying to access the Active Directory Users and Computers MMC console (you can also use dsa.msc from the run command. RSAT tools must be installed on…
If you've been following Aria Carley on Twitter (X), you're likely familiar with the intriguing world of #funfacts. Aria Carley, a Program Manager for Windows Update for Business at Microsoft, regularly shares insights about the realm of Windows Update for Business (WUfB). Her Twitter feed is a filled up with valuable information, and in this blog post, I will compile a collection of the most interesting #funfacts she has shared over time. As we journey through this post, I will continually update it with the latest and most intriguing #funfacts about WUfB. Some of these funfacts even include Twitter links,…
Introduction: Microsoft has recently rolled out Windows 11, Version 23H2, which is available as an enablement package for Windows 11, Version 22H2 OS. For more information https://learn.microsoft.com/en-us/windows/whats-new/whats-new-windows-11-version-23h2 In this blog post, we'll discuss a scenario where a customer needed to downgrade from Windows 11 23H2 to 22H2 for internal security reasons. Additionally, we'll explore the steps taken to implement safeguard hold policies using Microsoft Intune for effective Windows device management. The customer utilizing Microsoft Intune for managing Windows devices encountered challenges when their devices automatically upgraded to Windows 11 23H2, impacting internal security. To address this (Downgrading Windows 11 23H2…
Introduction:Microsoft Delivery Optimization (DO) is a powerful feature integrated into Windows 10 and Windows 11, designed to enhance the distribution of updates and applications across devices within a networkDelivery Optimization (DO) leverages peer-to-peer distribution model and It basically serves to reduce the bandwidth usage by sharing the content with each other and speed up the delivery of updates to devices.Delivery Optimization Download request flow Delivery Optimization client-service communication - Windows Deployment | Microsoft LearnFor more information about Delivery Optimization, please read What is Delivery Optimization? - Windows Deployment | Microsoft LearnRecent Implementation:In a recent assignment, I collaborated with a customer…