At the moment i use login scripts (batch files) to add printers to local machines from the server. e.g.
Rundll32 printui.dll,PrintUIEntry /ga /n\\server\printer-64
However, i want to be able to delete all current printers on the local machine before adding the printers again. Does anyone know of a command to wipe all printers rather than individually?