An Azure service that is used to provision Windows and Linux virtual machines.
Hello Prof. Yaron Bar-Dayan,
Thank you for posting your question in the Microsoft Q&A forum.
The issue of local printers not redirecting to your Azure VM via RDP, despite correct client and VM settings, often stems from Azure-specific policies, driver mismatches, or session host configurations. First, verify that printer redirection isn’t blocked by Azure Network Security Groups (NSGs) while port 3389 is open, some NSGs may filter RDP traffic for peripheral redirection. Next, check if the Azure VM’s local Group Policy (gpedit.msc) enforces restrictions under:
Computer Configuration --> Administrative Templates --> Windows Components --> Remote Desktop Services --> Remote Desktop Session Host --> Printer Redirection. Ensure policies like "Do not allow printer redirection" are disabled.
If the VM is domain-joined, domain Group Policies may override local settings. Additionally, Azure Virtual Desktop (AVD) or multi-session hosts require specific RDP properties (redirectprinters:i:1) in custom RDP files. For driver issues, test with universal drivers (e.g., "Microsoft enhanced Point and Print") or install the exact local printer driver on the VM.
Lastly, restart the VM to apply policy changes and test with a basic RDP file (no Azure Bastion or third-party clients). If unresolved, review Azure Serial Console logs for redirection errors.
If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue. Your contribution to the Microsoft Q&A community is highly appreciated.