Printer monitoring script
- by HannesFostie
I am going to write a script of some sort to check event viewer in a windows server 2003 for all printjobs, and then write them to a comma delimited textfile like printername_floor_room.txt
I am wondering what the best way is to do this realtime, and keep checking the event viewer constantly. Any caveats I need to be aware of?
Thanks