Hello giuseppe789,
I see no one has answered this yet, so I would recommend at this point to call Support and ask to speak to a Network Analyst: 1-800-821-2797
Hello,
with poweshell I use this OID to read status, operational and error of Versalink C505s printer.
write-host "Printer Status other(1), unknown(2), idle(3), printing(4), warmup(5) = " + $snmp.Get(".1.3.6.1.2.1.25.3.5.1.1.1")
write-host "Printer Operational other(1), unknown(2), idle(3), printing(4), warmup(5) = "+ $snmp.Get(".1.3.6.1.2.1.25.3.2.1.5.1")
write-host "Printer Error = " + $snmp.Get(".1.3.6.1.2.1.25.3.5.1.2.1")
Now I need to know if a job was printed or what are the number of job on printer's queue. Can help me to know OID to have this informations?
Other OID that can help me to know printer status and job status will be appreciate
Also, Versalink C505s have another way to red information, such as Web Services? If yes, are there some instrucion about?
Thanks,
Giuseppe