|
Question : script changing print server and share name on workstations
|
|
We are migrating to a new print server and we are also changing the share names of the printers as they are no good on the old one and must be changed. I see many ways of updating the print server name for network printers but not the share name also. Everyone has different printers with different names. I would need something that would look for a printer based on \\server name and \share name and then change the server name and share name to the values I specify. This just need to be for network printers. Thank you
|
|
Answer : script changing print server and share name on workstations
|
|
Check out one of the versions from this post: http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22955704.html
There's a version there that allows you to use IP subnets, and a version without them....
The idea is that you populate the printers array with the old printer share name and server, and the new server and share name that it has been replaced with. I wrote this for use in my environment where we did the exact same thing.
Regards,
Rob.
|
|
|