Hi,
We've got a few printers in our organization that we initially put in Self Service that were installed by most of our employees. Recently, some settings needed to be changed for the printers, so that they would go through a network share instead of a direct IP address. I've updated the printer in the policy (for Self Service), but now need a way to automate a remove and reinstall of the printers on the user's computers. What I've got so far is a really simple bash script to remove the printers:
lpadmin -x My_Printer1
lpadmin -x My_Printer2
lpadmin -x My_Printer3
My question is, is there a bash command I can append to the end of this script to launch the policy to install the printer again from Self Service? I'd be willing to try another approach if anyone was kind enough to offer one.
Thanks in advance.