query for printer information and export

  • Thread starter Thread starter mackdaddy315
  • Start date Start date
M

mackdaddy315

Im trying to query for information on printers in a domain and export
it into a txt or xls file.
I need printer name, port, IP, model, location

thanks
 
Im trying to query for information on printers in a domain and
export
it into a txt or xls file.
I need printer name, port, IP, model, location

thanks

use ADFIND from www.joeware.net

ADFIND -default -f "(objectClass=printQueue)" printerName
printShareName portName driverName location

use the perl script to convert to CSV
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top