Remotely install a tcp/ip port and printer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know How I can install s network printer via TCP/IP with out
going to the machin?
Thanks
 
rundll32 printui.dll,PrintUIEntry /?
I've used this to deploy 10+ printer to about 30 plus pc's it works very
smoothly once you figure it out... :)

rundll32.exe printui.dll,PrintUIEntry /in /n \\DOMAIN\PRINTERNAME
or
rundll32.exe printui.dll,PrintUIEntry /in /n\\DOMAIN\PRINTERNAME

I don't have this in front of me right now but I'm pretty sure this is
correct.
 
Sorry Here is the proper string:
rundll32 printui.dll,PrintUIEntry /in /n \\server\printer

Domain - Server... close for off the top of my head!
 
Back
Top