Exporting print logs with username, printer, copies printed etc.
hi,
we've enabled logging on our windows 2008 r2 print server (see link below). windows 2008 r2, logs appear under event viewer > applications , services logs > microsoft > windows > printservices > operational log. what's best/simplest way export list showing date, username, printer, , # of copies printed ? otherwise, i'll have bulk export , pull out need using perl
http://social.technet.microsoft.com/wiki/contents/articles/1466.windows-server-2008-r2-and-print-logging.aspx
thanks
this script. need make changes grab printer stats , 1 geared toward user data
http://gallery.technet.microsoft.com/scriptcenter/script-to-generate-print-84bdcf69
for printer specific statistics can use splinfo.exe available in windows resource kit. counters reset when spooler stopped , started. data listed total jobs printed. the event log need go correlated users printers.
splinfo \\printserver /v
http://www.microsoft.com/en-au/download/details.aspx?id=17657
alan morris windows printing team
Windows Server > Print/Fax
Comments
Post a Comment