RSS

Tag Archives: RDS

Powershell – Rename-redirectedprinter

This script renames a redirected printer and sets it as default.

The reason this needs to be done, is because some older programs require a specific (short) printer name and will not work otherwise. With SAPlpd by example the printer name may only consist of x characters, no spaces, etc.

By default however with Remote Desktop Services in Server 2008 R2, a redirected printer will show as “<printername> (redirected <session ID>)” by example “Lexmark X1100 series (Redirected 2)”.

Note:
-Renaming a redirected printer is not supported.
-The script assumes there’s only one redirected printer that matches the comment filter.

All the hard work of determining what had to be done was performed by my colleague Peter Scheilen. I just converted it to PowerShell.

 
4 Comments

Posted by on February 18, 2013 in ICT, Microsoft

 

Tags: , , , , , , , , , , , ,