Month: January 2025

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

Optimizing FSLogix Deployment for Azure Virtual Desktop (AVD) with PowerShell Automation Part – 1

Introduction Deploying and managing FSLogix for Azure Virtual Desktop (AVD) is essential for ensuring seamless user profile management. However, manual installation and configuration can be time-consuming and prone to errors. This blog post introduces a PowerShell script that automates FSLogix installation, enhances reliability, and applies best practices for AVD. What is FSLogix? FSLogix is a

How to Create a Conditional Access Policy for Windows 365 using the Microsoft Graph API

Today I have decided to share the script related to creating conditional access policy. You can download the same from my github link following this article. Prerequisites Register an EntraID App and assign the Policy.ReadWrite.ConditionalAccess permission. Install dependencies: pip install msal requests Replace placeholder values (TENANT_ID, CLIENT_ID, CLIENT_SECRET) with your Azure AD credentials. You can download