Remote Printer Map
September 29, 2009 in Windows Server
I have been recently looking a for a remote printer script so that when I setup a domain server I can attach one batch file to each user and when they logon to the new machine on the domain the script would install the printers, you can see below the script I found:
“rundll32 printui.dll,PrintUIEntry /in /n\\<servername>\<printer sharename>”
Obviously replace the server name and share name with you server name and share name.
I will admit this isn’t the best script as it installs the printer whether it is already installed on the machine or not but at least you know it will always be installed for the user, if you do find anything better then please let me know.

