Mrniceguydk Posted February 3, 2013 Posted February 3, 2013 Hi, is there a Way to install ip printers from a script or other software? i have a mdt 2012 servere where i wish to install specific ip printers to specific locations.
Viktor Posted February 5, 2013 Posted February 5, 2013 In the past I've used the following command RUNDLL32 printui.dll,PrintUIEntry /n "PRINTER ADDRESS" /dn
Ric_ Posted February 5, 2013 Posted February 5, 2013 Why not share the printers off a server and then just map the printers at logon via GPP or a script?
jklight Posted February 5, 2013 Posted February 5, 2013 rem set variables set ip=172.31.20.63 set loc="KES Admin M600" set model="HP Universal Printing PCL 5" set os="windows 2000 or XP" set inf="\\Server\Share\Printers\HP M600\hpcu130b.inf" rem commands follow! rem delete the old rundll32 printui.dll,PrintUIEntry /dl /n %loc% /q rem add the port cscript %windir%\system32\prnport.vbs -a -r IP_%ip% -h %ip% -n 9100 -o raw -me rem add the printer driver rundll32 printui.dll,PrintUIEntry /ia /m %model% /v %os% /f %inf% /q rem add the printer rundll32 printui.dll,PrintUIEntry /if /m %model% /b %loc% /v %os% /f %inf% /r IP_%ip% /z /Gw
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now