JSI Tip 2896. How can I redirect a network printer in Windows 2000 Terminal Services?

Jerold Schulman

October 9, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

When a clients connects to Windows 2000 Terminal Services, their network printers are not redirected.

You can redirect their local printers, when the Microsoft RDP 5 Terminal Services client is used.

If the network printers were redirected, a single server could end up with multiple instances of the same printer configured.

If you need to redirect a network printer, use:

net use LPTx \ServerNamePrinterName /persistent:yes

where LPTx is any print port that does not already have a local device installed.

See tip 2393 - How can I add additional LPT ports in Windows 2000?


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like