Share via

Cannot redirect printer through RDP

PeterS 0 Reputation points
2026-02-06T13:22:12.5866667+00:00

I have Windows Server 2022 with activated Remote Desktop Services and I am trying to connect from Windows 10 through RDS client with checked "Printers" and "Ports" redirection.
On the server I have set policies:

Don't allow client printer redirections Disabled
Use Remote Desktop Easy Print printer driver first Disabled
Specify RD session Host Server fallback printer driver behavior Disabled
Redirect only the default client printer

After user logged I see printer icon "OKI C310 local (redirected 3)" in Control Panel->Hardware->Devices and Printers and under tab Ports it has checked port TS007.
When I try to print Test Page then appears blue alert:
User's image

I am playing with this already second day and not able to resolve this problem.|
What should I try ? How to diagnose what is problem ?

Windows for business | Windows Server | Devices and deployment | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Domic Vo 17,920 Reputation points Independent Advisor
    2026-02-10T06:07:48.58+00:00

    Good morning

    I hope you are doing well.

    Have you found the answer useful? If everything is okay, don't forget to share your experience with the issue by accepting the answer. Should you need more information, free free to leave a message. Happy to help! :)

    Domic Vo.

    0 comments No comments

  2. Domic Vo 17,920 Reputation points Independent Advisor
    2026-02-06T14:00:06.8866667+00:00

    Hello PeterS,

    From your description, the redirected printer is appearing correctly in the session with a TS port assigned, which means the redirection handshake between the RDP client and the RDS host is working. The failure when printing a test page indicates that the driver handling on the server side is not aligned with the redirected device. Since you have disabled Easy Print and fallback driver behavior, the server is attempting to use the native OKI driver. If that driver is not installed or not fully compatible with RDS redirection, the print job will fail.

    The first diagnostic step is to re‑enable Easy Print temporarily. Set Use Remote Desktop Easy Print printer driver first to Enabled in Group Policy (Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Printer Redirection). Easy Print uses the XPS driver built into Windows and bypasses the need for the native printer driver on the server. If printing works with Easy Print enabled, the issue is driver compatibility.

    If you require native driver support, you must install the exact OKI C310 driver on the RDS host. Confirm that the driver is present under Print Management > Drivers on the server. If it is missing or mismatched, add it manually. Also check the registry key HKLM\SYSTEM\CurrentControlSet\Control\Print\Printers to ensure the redirected printer is mapped correctly.

    To diagnose further, enable logging for printer redirection. In Event Viewer, look under Applications and Services Logs > Microsoft > Windows > TerminalServices-Printers. Errors here will show whether the print job is failing due to driver mismatch, spooler issues, or redirection policy.

    In short, the problem is that with Easy Print disabled, the server requires a matching driver for the redirected printer. Either enable Easy Print to bypass driver dependency or install the correct OKI driver on the RDS host. Event Viewer logs will confirm the exact failure point.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Domic Vo.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.