powershell - Get a printers total page count from printserver -


i use printserver managing printers. looking method total page count of every printer connected printserver learn each printers usage. first thought internal powershell commands realized there no suitable cmdlets. though using wmi query printers. here stuck querying recent print jobs happening on server. there can see how many pages 1 of recent print jobs have. have no idea how know total page count each printer has printed in lifetime. how can information?

total prints (aka impressions or count) stored on printer itself, if printer has web interface available via or using snmp.

how query these might vary depending on printers manufacturer, here's example of using snmp: https://serverfault.com/questions/329789/query-page-count-from-hp-web-jetadmin-10-2


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -