Hi All,
I currently work at a school district and at the moment we are switching our printers to a new file server. Since the printers are switched on everyone's computers there is all the printers that were pushed from the new print server and the remaining old printers(same ones just a different path). My goal is make a power shell script that runs on startup that basically does the following:
*find printers and see printers on the computer
*through a loop? go through and remove each printer by identifying them through their path (example for one of them would be: \\ums2\office-copiter)
*end script
It should be fairly simple overall I am just unfamiliar with the commands needed. Any help on this is greatly appreciated, thanks.