Information
Allows the redirection of Printers/Drives/Ports for RDP connections.
The recommended state for this setting is: Disabled
In a security-sensitive environment, it is desirable to reduce the possible attack surface - preventing the redirection of COM, LPT and PnP ports will reduce the number of unexpected avenues for data exfiltration and/or malicious code transfer within an RDP session.
Solution
Remediation of this service is currently not possible through Settings Catalog or a custom profile OMA-URI. Instead, it can be scripted and deployed through the Intune Scripts or Remediations blade or by other means.
To establish the recommended configuration via PowerShell, run the following cmdlet:
Set-Service -Name UmRdpService -StartupType Disabled
Impact:
Printers, drives and ports (COM, LPT, PnP, etc.) will not be allowed to be redirected inside RDP sessions.