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
 
Back
Top