List and Export Supported HP Printers on Windows 2008 Server


hello everybody,

i want able list , possibly export csv default supported hp printer drivers on windows 2008 server. mean list of printer models see when trying define new printer.

need ideas on how can powershell(or there simpler windows server command ?)

rgds
d

 


akinzo

interesting question. thing comes mind scanning inf folder , reading in files , analyzing them. took quick poke around , wasn�??t obvious how this.
 
look through *.inf files
go [version] category
load class key , "usb" (might older printers, don�??t have check with)
once find it�??s usb class can pull supported printers [strings] section...
 
now part, you're on own.. have default printer list, digging around in few hp things, doesn�??t have standard... can @ windows driver dev kit see how inf files structured..
 
there tool infgate might spit out report based on inf file provide , looks part of wdk after downloading it, computer being grumpy , not running msi's
 
justin


Windows Server  >  Windows PowerShell



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Domain migration ERR3:7075 Failed to change domain affiliation, hr=8007054a This operation is only allowed for the Primary Domain Controller of the domain

How do a find data in one file, search for it in another file and if not found, write a custom message to another file