Disable Printer Redirection in Microsoft Virtual Desktop

In this blog post, I will show you how to disable printer redirection in Microsoft Virtual Desktop service.

Install MVD PowerShell module

To install the MVD PowerShell module on a Windows 10 or Windows Server machine, open the PowerShell console and run the following cmdlet.

Install-Module -Name Microsoft.RDInfra.RDPowerShell

Connect to MVD using PowerShell

The following cmdlet will connect you toAzure MVD and ask you to authenticate.

Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com"

The command below will disable printer redirection.

Note: Change TENANT NAME and Pool name with your details.

Set-RdsHostPool -TenantName TENANTNAME -HostPoolName POOL_NAME -CustomRdpProperty redirectprinters:i:0 

Posted

in

by