All Forums >> [Scripting] >> Post a VBScript >> Migrate Network Printers the easy way - PrintSwap Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Here's a real simple script if you are in the process of migrating from 1 windows printer server to another. (or if you ever want to migrate from 1 printer share to a new printer share)
Run this as part of a login script, or interactively.
Rememeber to change line 7 of the script to note the name of your INPUT file. Format of file is simple TXT file, (i use CSV extension so you can modify in excel). Make sure input file is in same directory as script.
I'm keepign the old server up for about a week as the script runs through the flipping of users...however I want to watch the old server for printing - in case someoen is still printing to the old server.
I've written a script that monitors a windows server for SYSTEM log Event ID #10), however on this old server there are no event ID 10. (it seems someone must have turned it off). - i know this cause the new server I built HAS event ID 10's.
Anyone know how to turn that off/on? (I'd like to eventually turn it off the new server cause I dot'n want tthat spamming theh event log)
Thanks
-E
PS EVent ID 10 is written to the system event log when someone prints.
I'm keepign the old server up for about a week as the script runs through the flipping of users...however I want to watch the old server for printing - in case someoen is still printing to the old server.
I've written a script that monitors a windows server for SYSTEM log Event ID #10), however on this old server there are no event ID 10. (it seems someone must have turned it off). - i know this cause the new server I built HAS event ID 10's.
Anyone know how to turn that off/on? (I'd like to eventually turn it off the new server cause I dot'n want tthat spamming theh event log)
Thanks
-E
PS EVent ID 10 is written to the system event log when someone prints.
Check the Print server properties for the following flag (checkbox option) "log spooler information events" and "Notify when remote documents are printed"