views:

36

answers:

1

Hey ;) I know that my network printer (big Konica Minolta) have own memory and storage there some info like printed jobs. It is possible to get from this memory this information? I try to use Win32_Printer or Win32_PrintJob but as I read it gets only jobs queue from Windows dialog box ...

Have You some idea how resolve my problem ?

+1  A: 

You'd need the API/SDK specific to the printer:

http://best.kmbs.us/pages/levels.php

Hope that helps!

Kieren Johnstone
Tnx, I think that this I looking for ;)
netmajor