/build/static/layout/Breadcrumb_cap_w.png

I want to install one printer on 25 computers. Can someoine help me with the process to do this via KACE, Thanks

The printer is a networked printer.


0 Comments   [ + ] Show comments

Answers (4)

Answer Summary:
Posted by: dugullett 11 years ago
Red Belt
3

I've used this in the past. The drivers were installed on my print server. I create an online script and run at user login. Have you created a label for these 25 machines?

ON ERROR RESUME NEXT

Set wshNet = CreateObject("WScript.Network")

Set wshPrn = wshNet.EnumPrinterConnections

For x = 0 To wshPrn.Count - 1 Step 2

If Left(wshPrn.Item(x+1),2) = "\\" Then wshNet.RemovePrinterConnection wshPrn.Item(x+1),True,True

Next

 

wshnet.AddWindowsPrinterConnection "\\prtsrv01\OCE2075-001"

wshnet.SetDefaultPrinter "\\prtsrv01\OCE2075-001"
Posted by: pjgeutjens 11 years ago
Red Belt
2

might be best to use the printer management vbs scripts that are present on Windows, in this case prnport.vbs and prnmngr.vbs

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ