I have mapped printers on the login script using the following code:
PrinterPath = "\\server\printer"
PrinterDriver = "Lexmark Optra Color 1200 (MS)"
WshNetwork.AddWindowsPrinterConnection PrinterPath, PrinterDriver
This works fine for all users.
The problem I have is that the printer's default paper size is set as 'Letter' for all users even though it is set as A4 on the Printer Server. I can manually change it and Terminal Server does remember this change, however changing this for every printer for every user, is an absolute nightmare.
Does anyone know a line I could add in to set the defaul paper size when the user logs in? Something like:
PrinterPaperSize = "A4"
Thanks
James
PrinterPath = "\\server\printer"
PrinterDriver = "Lexmark Optra Color 1200 (MS)"
WshNetwork.AddWindowsPrinterConnection PrinterPath, PrinterDriver
This works fine for all users.
The problem I have is that the printer's default paper size is set as 'Letter' for all users even though it is set as A4 on the Printer Server. I can manually change it and Terminal Server does remember this change, however changing this for every printer for every user, is an absolute nightmare.
Does anyone know a line I could add in to set the defaul paper size when the user logs in? Something like:
PrinterPaperSize = "A4"
Thanks
James