Hi there
I currently use vbs script to map network printers. We have changed printers recently and all is fine with the script (below)
Dim net
Set net = CreateObject("Wscript.Network")
net.AddWindowsPrinterConnection "\\curricsvr\ictcolour"
net.AddWindowsPrinterConnection "\\curricsvr\reprophotocopier"
net.AddWindowsPrinterConnection "\\curricsvr\receptionphotocopier"
What I need to know is how I delete the old ones from appearing in the users printers list. I have deleted these off the print server but the icons still appear on users with "unable to connect". Can someone using my script above edit it to make it do what I need. The old printers names were:
\\curricsvr\ictmono
\\curricsvr\planning
Thanks


LinkBack URL
About LinkBacks



