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
Post a Comment