Skip to main content

About Me

Welcome to my blog! I’m Prathap Krishna Pandian, a Senior Citrix and AVD Engineer with over 15 years of experience in virtualization, cloud computing, and infrastructure optimization. My passion lies in designing, implementing, and managing scalable virtual desktop solutions that enhance end-user experience and improve system performance.

With a strong background in Citrix, Azure Virtual Desktop (AVD), and cloud-based infrastructure, I specialize in optimizing virtual environments for global enterprises. My expertise includes reducing login times, integrating cloud-based solutions, and automating provisioning processes to ensure seamless user experiences. I have successfully led teams, managed large-scale deployments, and worked with cutting-edge technologies to drive business efficiency.

My Journey

My career has been a continuous evolution of learning and innovation. I started as a Windows Administrator and quickly transitioned into virtualization and cloud computing. Over the years, I have worked with leading organizations such as Infosys, Compunnel Software Group, Tata Consultancy Services, and Merrill Lynch, handling enterprise-grade infrastructure projects for healthcare, finance, and retail clients.

Areas of Expertise

Virtualization & Cloud Computing: Citrix XenDesktop, XenApp, Citrix Cloud, Azure Virtual Desktop (AVD), AWS Workspaces
Infrastructure Optimization: FSLogix Profile Management, NetApp Files, AVD Insights, Log Analytics
Automation & Scripting: PowerShell, Python, ARM Templates
Security & Identity Management: Okta SSO Integration, Active Directory, Group Policies
Monitoring & Troubleshooting: Kusto Query Language (KQL), Azure Monitor, SCCM

My Work & Projects

  • AVD Optimization for 15,000+ Users: Designed and managed AVD environments, significantly improving profile management and reducing logon times.

  • Citrix Cloud Migration: Led a seamless transition to Citrix Cloud for improved scalability and efficiency.

  • Automation with PowerShell & ARM Templates: Developed scripts to automate provisioning and maintenance of virtual desktops, ensuring rapid deployment.

  • Security & Compliance Enhancements: Integrated Okta SSO with Citrix ADC and implemented Tanium for endpoint management.

Why This Blog?

This blog serves as my personal tech journal and knowledge hub, where I share insights, best practices, and solutions related to virtualization, cloud computing, automation, and infrastructure management. Whether you're an IT professional looking for guidance or an employer interested in my expertise, you’ll find valuable content here.

Let’s Connect!

I’m always open to discussions, collaborations, and opportunities to innovate. Feel free to reach out via LinkedIn or drop me an email at prathap.kris@gmail.com.

Stay tuned for technical deep dives, case studies, and practical solutions that can help optimize virtual desktop environments and cloud infrastructure. Thanks for visiting!

Comments

Popular posts from this blog

How to Prevent RDP Shortpath Errors

How to Prevent RDP Shortpath Errors While RDP Shortpath enhances connectivity in Azure Virtual Desktop (AVD) and Windows 365 (W365) , you might encounter errors due to network restrictions, firewall configurations, or NAT traversal issues . Here are some key steps to prevent and troubleshoot errors: ✅ 1. Enable RDP Shortpath in Your Environment Ensure that RDP Shortpath is correctly enabled for your AVD or W365 deployment : For Managed Networks : Configure RDP Shortpath for Public Networks via Azure Portal or PowerShell. For Private Networks : Set up RDP Shortpath for Private Links using Azure Virtual Network integration. šŸ”— Microsoft Documentation – RDP Shortpath Setup ✅ 2. Check Firewall & Network Settings Ensure your firewall and network policies allow UDP traffic and do not block RDP Shortpath: Allow outbound UDP traffic on port 3390 (for direct Shortpath connections). Verify inbound UDP traffic rules to allow AVD session hosts to receive direct connections. Ensu...

AVD Real-World Issue - Part 1

 In real-world IT environments, troubleshooting complex issues is a key part of ensuring seamless user experiences. Recently, we encountered a scenario where multiple users were experiencing AVD disconnections and noise across different user segments . Some users reported that during Microsoft Teams calls, they faced frequent AVD disconnections and Teams restarts . Step 1: Identifying the Issue To isolate the root cause, we first identified the affected users and analyzed their AVD session details. Gathering as much data as possible, we looked for common patterns among the reported cases. Through user feedback and system analysis, we found that the issue occurred in three key scenarios: RDP Shortpath Misconfiguration: RDP Shortpath was not properly configured for the AVD pool, causing suboptimal routing and unexpected disconnections. Zscaler Configuration Issues: Zscaler was not correctly configured to bypass AVD traffic, leading to session drops and unstable connectivity. CrowdS...

Mitigating Black Screen Errors with FSLogix on Windows Server 2022: Best Practices

Implementing FSLogix on Windows Server 2022 can sometimes lead to black screen issues during user logins. To minimize such occurrences, consider the following best practices: Conduct Thorough Testing: Pilot Testing: Before a full-scale deployment, select a group of 20-30 users to test the FSLogix upgrade. This helps identify potential issues in a controlled environment. Phased Rollout: Implement the upgrade in phases, starting with a small pilot group. Monitor the performance and address any issues before proceeding to a broader rollout. Ensure Proper System Reboots: After upgrading FSLogix, perform a system reboot to ensure all changes are correctly applied and to prevent potential conflicts. Collaborate with Microsoft Support: If errors are reported during the pilot phase, engage with Microsoft Support to address these issues before planning a large-scale rollout. Stay ...