Kace - The Printer Frontier
Ok so here is what i got going on. We got a new printer, it just repalced the old one same ip and name and everything expect the dirver. I need to update the driver on mutipluy cpus. Can I use KACE to push that driver to them? if so How?
thanks
Sam
Answers (1)
I'd probably remove it using something like this: http://www.petri.co.il/forums/showthread.php?t=35170
Rundll32.exe printui.dll,PrintUIEntry /dn /q /n"\\server\printersharename
You can re-add the printer in a couple of different ways:
1.You could use a kscript to run a bat file with the command: start \\printerservername\printername
2. You could use kscript to call a VB script: http://gallery.technet.microsoft.com/scriptcenter/site/search?query=printer%20install&f%5B0%5D.Value=printer%20install&f%5B0%5D.Type=SearchText&ac=8%0D
http://www.kace.com/support/resources/kb/article/How-to-call-a-Visual-Basic-script
3. You could run a script using the following command "rundll32 printui.dll,PrintUIEntry" http://technet.microsoft.com/en-us/library/ee624057%28v=ws.10%29.aspx
Comments:
-
Did any of this work? - jknox 12 years ago