From: RoberT on
Hi Group, i am writing since i am stuck with this issue.

I am currently trying to migrate about 3,000 printers from Windows
2003 to Windows 2008 R2.


I want to do a script that enumerate the printers on an existing
environment “2003 x86” to include Printer Queue name, Port IP,
Driver,
Printer Type, Description, tray etc. and create a spread sheet. I
will use that sheet to map the printers to the new x64 and x86
drivers. A second script should read the spread sheet and create the
printers with the new drivers.


I fisrt started with classic WMI scripts and for the first one i
almost got it, but not get the tray and other required setting. Once
i
did that i learn that the WMI doesn't work with Cluster, and my
customer needs that work for cluster environment.


So does any one already did something like this?, can share some
experiences or possible solutions?


I am not sure if prnadmin.dll or another scripting language could
help
me to solution this.


I hope you can advice, thanks in advanced.