Print server migration

The following script migrates from print server A to server B with the following actions:

  • Map printers to the new server
  • Removal of the workstation printers that are mapped to the old server only if they are present on the new one
  • Changing the default printer if it is a printer from the old server.

In order to be able to follow the execution of the script, traces are written in the Windows event viewer.

In order to be able to follow the execution of the script, traces are written in the Windows event viewer.

Modify the following two lines according to your environment:

PrinterServerOld = "SERVER_A"
PrinterServerNew = "SERVER_B"



Leave a Comment