Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
The easiest way is to use "System Monitor". A limited number of counters are available, but for the sake of a little statistics it may be enough.
To make some counters reset to 0, I restart the print queue with a script:
net stop "spooler"
del /S /Q c:\windows\system32\Spool\Printers\*
net start "spooler"
get-counter "\Очередь печати(_total)\Всего напечатано страниц" | Foreach-Object {$_.CounterSamples[0].CookedValue}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question