Admins now can use Windows Autopilot device preparation to provision Windows 365 Frontline shared devices as best practice

Admins can use Windows Autopilot device preparation to provision Windows 365 Frontline shared devices, with a few important clarifications. What this means in practice Windows Autopilot device preparation (WADP) is the lightweight Autopilot method (cloud-native, faster than traditional Autopilot). It works well for Windows 365 Frontline shared mode, where multiple users sign in to the

Windows Cloud Keyboard Input Protection (Preview): A Major Leap in Endpoint Security for AVD and Cloud PCs – Part 2

In my last post we have discussed in detail about Windows Cloud Keyboard Input Protection (Preview), in today’s post step by step implementation guide. Before enabling Windows Cloud Keyboard Input Protection, ensure the following prerequisites are met: 1. Supported Workloads Windows 365 Enterprise Cloud PCs Azure Virtual Desktop (AVD) This feature is designed specifically for

Windows Cloud Keyboard Input Protection (Preview): A Major Leap in Endpoint Security for AVD and Cloud PCs – Part 1

As organizations increasingly adopt Windows 365 and Azure Virtual Desktop (AVD) to enable hybrid and remote work, endpoint security has become one of the most critical—and challenging—areas to address. While identity, network, and platform security in the cloud have matured significantly, keyboard input on endpoint devices has remained a vulnerable attack surface. This is exactly

Hackathon Topic: Generating Architecture Diagrams for AVD and Windows 365 Automatically with Microsoft Agentic AI Solution.

Recently, I had the opportunity to demonstrate my agentic AI solution for creating architecture diagrams for Azure resources—such as Azure Virtual Desktop—at the Bhutan Microsoft Community Agentic AI Hackathon. The hackathon saw enthusiastic participation from many students, and it was truly a pleasure to present my solution to such an engaged and curious audience. Interacting

What’s New for Windows 365 and Azure Virtual Desktop: Key Announcements from Microsoft Ignite 2025

Microsoft Ignite 2025 delivered some powerful updates across the Microsoft Cloud ecosystem, but for those of us working deeply with Azure Virtual Desktop (AVD) and Windows 365, this year’s announcements mark an important shift. The desktop virtualization landscape is evolving from virtual desktops to intelligent, agent-powered cloud environments. Windows 365: Major Innovations Announced at Ignite

Ephemeral OS Disk Support in Azure Virtual Desktop: A Game Changer for Stateless Workloads

Microsoft Azure Virtual Desktop (AVD) continues innovating with features that simplify host management and enhance performance for organizations running virtual desktop infrastructures. With the public preview of ephemeral OS disk support, enterprises can now leverage a new approach for session host creation, tailored for stateless workloads that value speed, scalability, and cost optimization. What Are

Azure Virtual Desktop Support for External Identities Without FSLogix (Preview) – Part I

Microsoft continues to expand the flexibility and reach of Azure Virtual Desktop (AVD) with new preview capabilities. One of the most impactful announcements is the support for external identities in Azure Virtual Desktop. This feature enables organizations to securely extend AVD resources to users outside their core Azure Active Directory tenant—such as partners, contractors, or

What is RDP Multipath and How to deploy it with Windows Registry, PowerShell, Intune or Ansible

Today marks a monumental step forward in the evolution of remote desktop technology. In a world where hybrid work and cloud computing are the new normal, the reliability and performance of virtual desktop infrastructure (VDI) have never been more critical. The experience is only as good as the network connection supporting it. That is why

Step-by-step guide with PowerShell: Assign Azure Virtual Desktop’s Multiple Personal Desktops for Single Users

In today’s dynamic work environment, the lines between roles and responsibilities are increasingly blurred. Many professionals find themselves context-switching frequently, needing distinct environments for different tasks – a developer moving between frontend and backend, a tester shifting from staging to production, or a consultant managing multiple client engagements. Previously, managing these diverse needs within a

Understanding Concurrency Assignment in Windows 365 Frontline Dedicated Mode

In the modern workplace, flexibility and scalability are essential when providing employees with secure, high-performance computing options. Microsoft’s Windows 365 Frontline offers organizations the ability to deliver Cloud PCs to shift and frontline workers, making enterprise-grade computing power accessible to everyone. One of the key elements in ensuring that this solution runs efficiently is the

TURNing the Tide: How Microsoft is Supercharging AVD and Windows 365 Connectivity with Global TURN Relay Expansion

Microsoft is making a significant upgrade to its network infrastructure that directly benefits Azure Virtual Desktop (AVD) and Windows 365 users. In a move that reflects its commitment to delivering low-latency, high-performance remote desktop experiences globally, Microsoft is expanding its TURN relay support from 14 to over 40 regions worldwide. This change might sound technical,

End User Manual Connectivity Check for Cloud PCs in Windows 365

With Microsoft’s continuous enhancements to Windows 365, the end-user experience is getting more intuitive and self-service–driven. A recent update now allows end users to manually run connectivity checks on their Cloud PCs directly from the Windows 365 web portal. This new capability is especially useful for remote workers or hybrid employees who want to diagnose

Streamlining AVD Deployments with Automation—My Talk at Microsoft User Group Ghana

Please join this event. it’s at 3.30 PM IST on 6-28-2025 Session Brief: Automating Azure Virtual Desktop Deployments — Microsoft User Group Ghana In this session, I will explore how to automate Azure Virtual Desktop (AVD) deployments to achieve faster, more secure, and more consistent virtual desktop environments. As organizations scale their remote and hybrid

Step-by-step guide to create a Entra ID Joined personal AVD host pool

With the rise of remote work and distributed teams, personalized desktop experiences are becoming more critical. Azure Virtual Desktop (AVD) offers flexible deployment options, including personal host pools where users get dedicated virtual machines (VMs) assigned to them. Azure Virtual Desktop (AVD) supports various host pool types, and one of the most user-specific options is

Which one to choose between Microsoft Azure Dev Box and Windows 365 for your development workload

Recently, in some of the sessions, I have been asked by my customer which they should choose for the developers’ work between Azure Dev Box and W365. I have decided to write this blog to determine the differences and use cases for this workload. Microsoft Azure Dev Box and Windows 365 are both cloud-based solutions

Step by step guide to Disable or Enable Drive Redirection in AVD Session Host with Intune

In March 2025, we saw massive improvement in AVD Drive Redirection Performance. What is this improvement? When a user opens or lists the contents of a redirected drive, the remote session enumerates files and folders of the current directory. If you have a large number of files and folders on the redirected drives, the enumeration

Where you can you find the Service Outage Alerts when you have moved your VDI resources in Cloud.

If you have migrated your VDI resources in Azure, you can still check out for Global Service Outage Alerts. You can monitor global outage alerts for Azure, Microsoft 365, and Citrix services through their respective status pages: Azure: Visit the Azure status page for a global overview of Azure service health. For a personalized view

Automate the Generalization of an Azure VM during AVD Golden Image Preparation

When preparing a golden image for Azure Virtual Desktop (AVD), one of the critical steps is generalizing the Azure VM. Generalizing the VM ensures that the image can be used to create multiple virtual machines without retaining user-specific information or settings. This process is essential for maintaining consistency and scalability in your AVD environment. In

Automating Bloatware Removal on Azure Virtual Desktop (AVD) VMs

When deploying Azure Virtual Desktop (AVD) environments, default Windows images often contain unnecessary pre-installed applications (bloatware) that can impact performance and user experience. To streamline the optimization process, I have created a PowerShell script that identifies all virtual machines (VMs) in an AVD Host Pool and executes a bloatware removal script on each VM. In

Optimizing FSLogix Deployment for Azure Virtual Desktop (AVD) with Python REST API Automation Part – 2

In my previous blog post, Optimizing FsLogix Deployment for Azure Virtual Desktop (AVD) with PowerShell Automation – Part 1, I demonstrated how to streamline FsLogix deployment using PowerShell. While PowerShell is a powerful automation tool, Python offers greater flexibility, especially when integrating with cloud-based APIs, CI/CD pipelines, and third-party services. In this blog, I’ll walk

Automating Windows Updates for Azure Virtual Desktop (AVD) Golden Image

Automating Windows Updates for Azure Virtual Desktop (AVD) Golden Image Keeping your Azure Virtual Desktop (AVD) Golden Image up to date is essential for security, stability, and performance. While the Windows Update interface provides an easy way to install updates, automating the process using PowerShell ensures that your Golden Image remains optimized and compliant before