我在一台服务器上有 6 台网络打印机,需要将它们移到另一台服务器上。我有 95 个客户端使用它们,但有些只安装了某些打印机。我需要对打印机进行批处理文件查询,如果存在,则将其删除并重新添加到新服务器。这是到目前为止的脚本。我无法弄清楚查询语句。
@ Remove current printer from computer
Rundll32 PrintUI.DLL,PrintUIEntry /dn /q /n \\server6\Printer1
@ Add new Printer to computer
Rundll32 PrintUI.DLL,PrintUIEntry /in /q /n \\server11\Printer1
@ Remove current printer from computer
Rundll32 PrintUI.DLL,PrintUIEntry /dn /q /n \\server6\Printer2
@ Add new Printer to computer
Rundll32 PrintUI.DLL,PrintUIEntry /in /q /n \\server11\Printer2