Link to home
Start Free TrialLog in
Avatar of FWeston
FWeston

asked on

Set windows network printer authentication info via scripting?

We just got a bunch of new network printers and are trying to find a way to speed deployment to our users workstations.  The printers are Konica/Minolta bizhub series, and they have a feature called account track which keeps track of click counts on a department by department basis.  All of the printers are installed on our central print server, and then shared out to the rest of the network.

I have a VBS script that I can run on clients that will automatically add the new printers, but then I have to manually right click on each printer, go to printing preferences, and put the authentication info into the print driver.  The authentication info is a 4 digit department code, which is completely seperate from their active directory login.

It seems like a solution would need to come from KM, but so far they seem clueless and insist that manually going to every workstation and typing in the account code for every printer is the only way to do it.

I thought about creating a different printer share on the print server for every department that would already have the department code configured, (Printer1-Finance, Printer1-HR, Printer1-Sales, etc) but that would be a nightmare to manage.

Any other thoughts?
ASKER CERTIFIED SOLUTION
Avatar of rlandquist
rlandquist
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of FWeston
FWeston

ASKER

Good call, it is indeed in the registry.  Thank you.
Did you get this working? I am having a problem where the passwords are not being saved. Our printers are installed on a print server and mapped to our users with group policy. I do not want to install the printer locally on each workstation to accomplish this.